MATH 323 Lecture 5
« previous | Tuesday, September 11, 2012 | next »
Elementary Matrices
System of equations now in form , where is , and and are
For a non-singular, invertible matrix , , and this system will be equivalent to the original. could even be product of several matrices: , where is an elementary matrix.
Types of elementary matrices (each corresponds to rules of matrix):
- obtained by interchanging two rows of identity matrix
- permutes rows
- permutes columns
- obtained by multiplying row of identity matrix by a nonzero constant
- scales corresponding row by
- scales corresponding column by .
- obtained from by adding a multiple of one row to another row :
- adds multiple of row to row
- adds multiple of column to column
is a matrix: we can think of it as being obtained from by either a row operation or column operation. If is a matrix, premultiplying by has the effect of performing the same row operation on . If is a matrix, postmultiplying by is equivalent to performing that same column operation on .
Theorem 1.4.1
If is an elementary matrix, then is nonsingular and is an elementary matrix of the same type as
- , since interchanging two rows twice undoes the effect, so
- if has an at position . will have at
- has a at position , where . will have at . In multiplying by , position will be product of th row and th column:
Row Equivalence
is row equivalent to (written iff there exists a finite sequence of elementary matrices such that . In other words, can be obtained from by a finite number of row operations.
By extension, two augmented matrices and are row equivalent iff and are equivalent systems.
Theorem 1.4.2
Equivlent Conditions for Nonsingularity
Let be a matrix. Then the following are equivalent:
- is nonsingular
- has only trivial solution
- is row equivalent to identity matrix of size ()
(1) → (2): Let be solution of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A\vec{x} = \vec{0}} . So Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A\hat{x} = \vec{0}} can become Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A^{-1}A\hat{x} = A^{-1}\vec{0}} . , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{x} = \vec{0}}
(2) → (3): Rewrite Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A\vec{x} = \vec{0}} in row echelon form as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U\vec{x} = \vec{0}} . If one diagonal entry of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U} is 0, then there is at least one free variable and infinitely many solutions, one of which is nonzero. This leads to a contradiction, so all diagonal entries of must be 1, so rref will be identity matrix.
(3) → (1): If is row equivalent to Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle I} , then there exists a sequence of elementary matrices Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_1,\ldots,E_k} such that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \prod_{i=k}^1 E_i = A} . Therefore, (note reverse order), so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} is nonsingular.
Corrolary 1.4.3
The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \times n} system of equations Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A\vec{x} = \vec{b}} has a unique solution iff Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} is nonsingular.
- is nonsingular, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A\vec{x} = \vec{b}} can be rewritten as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{x} = A^{-1}\vec{b}}
- Assume unique solution Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{x}} exists. If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} were singular then homogeneous system would have a nonzero solution Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{y} \ne \vec{0}} (by Theorem 1.4.2). If this were the case, ... there would be another solution, which is a contradiction.