Algebra liniowa z geometrią analityczną/Test 5: Macierze: Różnice pomiędzy wersjami

Z Studia Informatyczne
Przejdź do nawigacjiPrzejdź do wyszukiwania
Rogoda (dyskusja | edycje)
Nie podano opisu zmian
 
Nie podano opisu zmian
Linia 1: Linia 1:
<quiz>Dane są macierze <center><math>\displaystyle A = \left[\matrix{2&-1 \cr -1&1 }\right]
<center>
\ \  </math> oraz <math>\displaystyle   \ \  B = \left[\matrix{1&1 \cr 1&2 }\right].</math></center>
<math>
\displaystyle A =
\left[
\begin{array} {rrr}
1 & 0  & 1\\
2 & -1 & 1\\
\end{array}
\right]
</math>
</center>
 
 
<quiz>Dane są macierze  
 
<center>
<math>\displaystyle A =
\left[
\begin{array} {rr}
2 & -1 \\
-1 & 1
\end{array}  
\right]
</math>  
oraz
<math>\displaystyle B =
\left[
\begin{array} {rr}
1 & 1 \\
1 & 2
\end{array}  
\right]
</math>  
</center>
 
 
 
 


<rightoption><math>\displaystyle A^* = A</math>.</rightoption>
<rightoption><math>\displaystyle A^* = A</math>.</rightoption>
Linia 13: Linia 49:


<quiz>Niech
<quiz>Niech
<center><math>\displaystyle A = \left[\matrix{1&0&1 \cr 2&-1&1 }\right],
 
\ B = \left[\matrix{3&-1&0 \cr 2&2&1 }\right] </math> oraz <math>\displaystyle   \ \
<center>
C = \left[\matrix{2&1 \cr -1&0 \cr 1 &1 }\right], \ \ D=\left[\matrix{5&-1&2 \cr 6&0&3 }\right].</math></center>
<math>\displaystyle A =
\left[
\begin{array} {rrr}
1 & 0 & 1\\
2 & -1 & 1\\
\end{array}  
\right],
\displaystyle B =
\left[
\begin{array} {rrr}
3 & -1 & 0\\
2 & 2 & 1\\
\end{array}  
\right]
</math> oraz
<math>\displaystyle C =
\left[
\begin{array} {rr}
2 & 1\\
-1 & 0\\
1 & 1
\end{array}  
\right],
\displaystyle D =
\left[
\begin{array} {rrr}
5 & -1 & 2\\
6 & 0 & 3\\
\end{array}  
\right],
</math>
</center>


<rightoption><math>\displaystyle 2A+B = D.</math></rightoption>
<rightoption><math>\displaystyle 2A+B = D.</math></rightoption>
Linia 27: Linia 94:




<quiz>Dane są macierze <center><math>\displaystyle A = \left[\matrix{3&-2&1 \cr 2&-1&0 \cr 0&1&-1 }\right]
<quiz>Dane są macierze  
\ \  </math> oraz <math>\displaystyle   \ \  B = \left[\matrix{1&2& 2\cr -1&-3&-3 \cr 1&2&1 }\right].</math></center>
 
<center>
<math>
\displaystyle A =
\left[
\begin{array} {rrr}
3 & -2 & 1\\
2 & -1 & 0\\
0 & 1 & -1
\end{array}  
\right]
</math> oraz
<math>
\displaystyle B =
\left[
\begin{array} {rrr}
1 & 2 & 2\\
-1 & -3 & -3\\
1 & 2 & 1\\
\end{array}  
\right]
</math>
</center>
 


<rightoption> rk <math>\displaystyle  A =3</math>.</rightoption>
<rightoption> rk <math>\displaystyle  A =3</math>.</rightoption>
Linia 40: Linia 130:




<quiz>Niech <center><math>\displaystyle A = \left[\matrix{\textbf{i}&1 \cr 0&-\textbf{i} }\right].</math></center>
<quiz>Niech  
 
<center>
<math>
\displaystyle A =
\left[
\begin{array} {rr}
\textbf{i} & 1\\
0 & -\textbf{i}\\
\end{array}  
\right]
</math>
</center>
 


<wrongoption><math>\displaystyle A^2 = I</math>.</wrongoption>
<wrongoption><math>\displaystyle A^2 = I</math>.</wrongoption>
Linia 64: Linia 167:




<quiz>Niech <center><math>\displaystyle A_{11} = \left[\matrix{1&0 \cr 0&0 }\right], \ A_{12} = \left[\matrix{0&1 \cr 0&0 }\right], \
<quiz>Niech  
A_{21} = \left[\matrix{0&0 \cr 1&0 }\right], \ A_{22} = \left[\matrix{0&0 \cr 0&1 }\right].</math></center>
 
<center>
<math>
\displaystyle A_{11} =
\left[
\begin{array} {rr}
1 & 0 \\
0 & 0 \\
\end{array}  
\right]
\displaystyle A_{12} =
\left[
\begin{array} {rr}
0 & 1 \\
0 & 0 \\
\end{array}  
\right]
\displaystyle A_{21} =
\left[
\begin{array} {rr}
0 & 0 \\
1 & 0\\
\end{array}  
\right]
\displaystyle A_{22} =
\left[
\begin{array} {rr}
0 & 0 \\
0 & 1\\
\end{array}  
\right]
</math>
</center>
 


<rightoption>Macierze <math>\displaystyle A_{11},\ A_{12},\ A_{21}, \ A_{22}</math> tworzą układ liniowo niezależny w <math>\displaystyle M(2,2;\mathbb{R})</math>.</rightoption>
<rightoption>Macierze <math>\displaystyle A_{11},\ A_{12},\ A_{21}, \ A_{22}</math> tworzą układ liniowo niezależny w <math>\displaystyle M(2,2;\mathbb{R})</math>.</rightoption>

Wersja z 09:07, 3 lis 2006

A=[101211]


Dane są macierze

A=[2111] oraz B=[1112]



A*=A.

B=A1.

A+B jest odwracalna.

B*=(A*)1.


Niech

A=[101211],B=[310221] oraz C=[211011],D=[512603],

2A+B=D.

AB*=BA*.

A*=C.

rk A=3.


Dane są macierze

A=[321210011] oraz B=[122133121]


rk A=3.

B=A1.

B*=A1.

A*=B1.


Niech

A=[i10i]


A2=I.

A4=I.

A3=A1.

A3=A*.


Niech A,BM(n,n;).

Jeśli A i B są odwracalne, to A+B jest odwracalna.

Jeśli A jest odwracalna, to A* jest odwracalna.

Jeśli B jest odwrotna do A, to B* jest odwrotna do A*.

Jeśli rk A=n, to A jest odwracalna.


Niech

A11=[1000]A12=[0100]A21=[0010]A22=[0001]


Macierze A11, A12, A21, A22 tworzą układ liniowo niezależny w M(2,2;).

Macierze A11, A12, A21, A22 generują M(2,2;).

dimM(2,2;)=2.

({A11, A12, A21, A22},) jest grupą ( oznacza mnożenie macierzy).