1.8/1.9 Quiz Flashcards
what do we mean when we say find the image under?
we should be given a matrix, A, and if they are in the same space, We find the transformation, T, when we multiply the matrix by the vectors we were asked about.
If we’re asked abt the vectors u and v, find T(u) and T(v)
What we’re saying here is the Transformation of matrix A by vecotrs u and v
if there is a free variable, is the solution or vector we get from the system of equations unique?
no
Let A be a 7 x 4 matrix. What must a and b be in order to define T :R^a -> R^b by T(x) = Ax?
a = 4 columns and b = 7 rows
a should be columns and b should be rows
what does it mean for something to be mapped onto the zero vector?
Ax = 0
how to know of something (b) is in the range of the linear transformation of x |-> Ax? A is a matrix
the augmented matrix [A b] or Ax=b must be consistent
what is Ax = b intuitively from the perspective of linear transformations?
multiplication by A transforms x into b
domain vs codomain vs range
Domain: Set of possible input values.
Codomain: Set of all possible output values.
Range (Image): Set of actual output values produced by the function.
if vector a maps vector b what vector should we use for the problem.
vector b.
what to do if you’re given a bunch of vectors?
make the standard matrix
what are e_1 and e_2
e_1 [0 1] and e_2 [1 0] unless told other wise