Download Elementary Matrix Operations and Elementary Matrices

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Linear least squares (mathematics) wikipedia , lookup

Capelli's identity wikipedia , lookup

System of linear equations wikipedia , lookup

Rotation matrix wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Determinant wikipedia , lookup

Jordan normal form wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Four-vector wikipedia , lookup

Matrix (mathematics) wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Orthogonal matrix wikipedia , lookup

Matrix calculus wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Matrix multiplication wikipedia , lookup

Gaussian elimination wikipedia , lookup

Transcript
Elementary Matrix Operations and Elementary
Matrices
Lecture 15
February 12, 2007
Lecture 15
Elementary Matrix Operations and Elementary Matrices
Left-Multiplication Transformations
Denition
Let A be an m × n matrix. The left multiplication by
transformation LA : F n → F m dened by
A
is the linear
A (x ) = Ax .
L
Lecture 15
Elementary Matrix Operations and Elementary Matrices
Left-Multiplication Transformations
Theorem
Let A and B be n
1
[LA ]γβ
2
L
3
4
5
×m
matrices. Then
= A.
A = LB if and only if A = B .
LA+B = LA + LB and LaA = aLa for all a ∈ F .
n → F m is linear, then there exists a unique
If T : F
matrix C such that T = LC .
LAE = LA LE .
Lecture 15
m
×n
Elementary Matrix Operations and Elementary Matrices
Change of Coordinates for Left-Multiplication
Transformations
Theorem
Let A be an n
Then
×n
matrix and let
[LA ]γ = Q −1 AQ ,
γ
be an ordered basis for F
where Q is the n
column is the j th vector of
×n
n.
matrix whose j th
γ.
Lecture 15
Elementary Matrix Operations and Elementary Matrices
Elementary Matrix Operations
Denition
Let A be an m × n matrix. Any one of the following three
operations on the rows [columns] of A is called an elementary
row
[column] operation:
1
2
3
interchanging any two rows [columns] of A. (type 1)
multiplying any row [column] of A by a nonzero scalar.(type 2)
adding any scalar multiple of a row [column] of A to another
row [column].(type 3)
Lecture 15
Elementary Matrix Operations and Elementary Matrices
Elementary Matrices
Denition
An n × n elementary matrix is a matrix obtained by
performing an elementary operation on In .
The elementary matrix is said to be of type 1, 2, or 3
according to whether the elementary operation performed on
In is a type 1, 2, or 3 operation, respectively.
Lecture 15
Elementary Matrix Operations and Elementary Matrices
Multiplying with an Elementary Matrix
Theorem
Let A
∈ Mm×n (F ),
and suppose that B is obtained from A by
performing an elementary row operation. Then there exists an
m
× m elementary matrix such that B = EA. In fact, E is obtained
m by performing the same row operation as that which was
from I
performed on A to obtain B .
Conversely, if E is an elementary m
×m
matrix, then EA is the
matrix obtained from A by performing the same elementary row
operation which produces E from I
Lecture 15
m.
Elementary Matrix Operations and Elementary Matrices
Every Elementary Matrix is Invertible
Theorem
Elementary matrices are invertible, and the inverse of an elementary
matrix is an elementary matrix of the same type.
Lecture 15
Elementary Matrix Operations and Elementary Matrices