Linear Transformations Flashcards
1
Q
What is (A*B)^T?
A
B^T*A^T
2
Q
When can C = A*B?
A
When A is mn and B is np, then C is m*p.
3
Q
What does A*x = b mean?
A
That vector b is the mapping of vector x through the linear transformation defined by matrix A.
4
Q
What can be said about the columns of A?
A
That they are the mappings of the vectors of the basis.
e.g. if A = (2, 3; -1, 7) then A(1, 0) = (2 3) and A(0, 1) = (-1 7).