Final Exam Flashcards
How can you tell if a T(x) is a linear transformation?
T(0vector) = 0vecter
What is the domain D(T)?
- number of columns of matrix A
- input (pre-image) of the linear transformation
What is the Cod(T)
- R^n space of the image
- R^n space (number of rows) of the matrix A
What is R(T)?
columns space of A
R(T) = Span{v1, v2,…,vn}
the column vectors from the domain (input) of the transformation
How can you determine if a matrix is onto?
1) Put the matrix in REF or RREF
2) Does the matrix have a pivot in every ROW?
If yes, the matrix is onto,
if not, it’s not onto
How can you determine if a matrix is one-to-one?
1) Put the matrix in REF or RREF
2) Does the matrix have a pivot in every COLUMN? If yes, the matrix is one-to-one, if not, it’s not one-to-one
What is an elementary row matrix? (notes 3.2)
If we perform a single elementary row operation on an identity matrix (I), then the result is matrix is called an elementary matrix (E)
What is a property of the elementary row matrix?
If A is any matrix and E is an elementary matrix, then EA is the matrix obtained by performing the corresponding elementary row operation on A.
What is A^T?
A^T is the transpose of A; changing rows to columns of A
What are the operation laws for the transpose matrix?
(A+B)^T = A^T + B^T
(cA)^T = cA^T
(AB)^T = (B^T)(A^T)
IF A = A^T, A is a symmetric matrix
How can you tell if a linear transformation is invertible?
If the linear transformation is both one-to-one and onto, then it is invertible
How can you quickly find the inverse of a 2x2 matrix?
For a 2x2 matrix whose elements are [a b; c d], A^-1 = 1/(ad - bc) * [d -b; -c a]
Mathematically, what is an inverse linear transformation?
T^-1(ȳ) = x̄ if T(x̄) = ȳ
What are the operation laws for invertible matrices?
- A^−1 is invertible, with (A^−1)^−1 = A
- AB is invertible, with (AB)^−1 = (B^−1)(A^−1)
- If AC = AD the C = D.
- If AC = 0nxm then C = 0nxm
What is a property of the inverse matrix?
For a linear system Ax=b, if A is invertible, then we can get a unique solution x = (A^1)y