Definition and Theorems of Chapter 1

Theorem 1. Equivalent systems of linear equations have the same solutions.

Theorem 2. To each elementary row operations e \bold{e} there corresponds an elementary row operation e 1 \bold{e}_1 , of the same type as e \bold{e} , such that e 1 ( e ( A ) ) = e ( e 1 ( A ) ) = A \bold{e}_1(\bold{e}(A))=\bold{e}(\bold{e}_1(A))=A for each A A . In other words, the inverse operation (function) of an elementary row operation exists and is an elementary row operation of the same type.

Definition. If A A and B B are m × n m\times n matrices over the field F F , we say that B B is row-equivalent to A A if B B can be obtained from A A by a finite sequence of elementary row operations.

Theorem 3. If A A and B B are row-equivalent m × n m\times n matrices, the homogeneous systems of linear equations A X = 0 AX=0 and B X = 0 BX=0 have exactly the same solutions.

Definition. An m × n m\times n matrix R R is called row-reduced if:
( a ) the first non-zero entry in each non-zero row of R R is equal to 1;
( b ) each column of R R which contains the leading non-zero entry of some row has all its other entries 0.

Theorem 4. Every m × n m\times n matrix over the field F F is row-equivalent to a row-reduced matrix.

Definition. An m × n m\times n matrix R R is called a row-reduced echelon matrix if:
( a ) R R is row-reduced;
( b ) every row of R R which has all its entries 0 occurs below every row which has a non-zero entry;
( c ) if rows 1 , , r 1,\dots,r are the non-zero rows of R R , and if the leading non-zero entry of row i i occurs in column k i , i = 1 , , r k_i,i=1,\dots,r , then k 1 < k 2 < . . . < k r k_1<k_2<...<k_r .

Theorem 5. Every m × n m\times n matrix A A is row-equivalent to a row-reduced echelon matrix.

Theorem 6. If A A is an m × n m\times n matrix and m < n m<n , then the homogeneous system of linear equations A X = 0 AX=0 has a non-trivial solution.

Theorem 7. If A A is an n × n n\times n (square) matrix, then A A is row-equivalent to the n × n n\times n identity matrix if and only if the system of equations A X = 0 AX=0 has only the trivial solution.

Definition. Let A A be an m × n m\times n matrix over the field F F and let B B be an n × p n\times p matrix over F F . The product A B AB is the m × p m\times p matrix C C whose i , j i,j entry is C i j = r = 1 n A i r B r j C_{ij}=\sum_{r=1}^{n}A_{ir}B_{rj} .

Theorem 8. If A , B , C A,B,C are matrices over the field F F such that the products B C BC and A ( B C ) A(BC) are defined, then so are the products A B , ( A B ) C AB,(AB)C and
A ( B C ) = ( A B ) C A(BC)=(AB)C

Definition. An m × n m\times n matrix is said to be an elementary matrix if it can be obtained from the m × m m\times m identity matrix by emans of a single elementary row operation.

Theorem 9. Let e e be an elementary row operation and let E E be the m × m m\times m elementary matrix E = e ( I ) E=e(I) . Then for every m × n m\times n matrix A A , e ( A ) = E A e(A)=EA .
Corollary. Let A A and B B be m × n m\times n matrices over the field F F . Then B B is row-equivalent to A A if and only if B = P A B=PA , where P P is a product of m × m m\times m elementary matrices.

Definition. Let A A be an n × n n\times n (square) matrix over the field F F . An n × n n\times n matrix B B such that B A = I BA=I is called a left inverse of A A ; an n × n n\times n matrix B B such that A B = I AB=I is called a right inverse of A A . IF A B = B A = I AB=BA=I , then B B is called a two-sided inverse (or inverse) of A A and A A is said to be invertible.

Theorem 10. Let A A and B B be n × n n\times n matrices over F F .
( i ) If A A is invertible, so is A 1 A^{-1} and ( A 1 ) 1 = A (A^{-1})^{-1}=A .
( ii ) If both A A and B B are invertible, so is A B AB and ( A B ) 1 = B 1 A 1 (AB)^{-1}=B^{-1}A^{-1} .
Corollary. A product of invertible matrices is invertible.

Theorem 11. An elementary matrix is invertible.

Theorem 12. If A A is an n × n n\times n matrix, the following are equivalent.
( i ) A A is invertible.
( ii ) A A is row-equivalent to the n × n n\times n identity matrix.
( iii ) A A is a product of elementary matrices.
Corollary. If A A is an invertible n × n n\times n matrix and if a sequence of elementary row operations reduces A A to the identity, then that same sequence of operations when applied to I I yields A 1 A^{-1} .
Corollary. Let A A and B B be m × n m\times n matrces. Then B B is row-equivalent to A A if and only if B = P A B=PA where P P is an invertible m × m m\times m matrix.

Theorem 13. For an n × n n\times n matrix A A , the following are equivalent.
( i ) A A is invertible.
( ii ) The homogeneous system A X = 0 AX=0 has only the trivial solution X = 0 X=0 .
( iii ) The system of equations A X = Y AX=Y has a solution X X for each n × 1 n\times 1 matrix Y Y .
Corollary. A square matrix with either a left or right inverse is invertible.
Corollary. Let A = A 1 A 2 A k A=A_1A_2{\cdots}A_k where A 1 , , A k A_1,\dots,A_k are n × n n\times n (square) matrices. Then A A is invertible if and only if each A j A_j is invertible.

发布了77 篇原创文章 · 获赞 14 · 访问量 2785

猜你喜欢

转载自blog.csdn.net/christangdt/article/details/104422559