A matrix that is row equivalent to the n x n identity matrix & A has n pivot positions
What is an invertible matrix?
(i) a unique solution (no free variables) or
(ii) infinitely many solutions
What is a consistent solution?
Replacement, Interchange, Scaling
What are the three elementary row operations?
For what values of h & k is the system consistent?
2x1-x2=h
-6x1+3x2=k
When k + 3h = 0
(i) T(u+v)=T(u)+T(v) for all u,v in the domain of T
(ii)T(cu)=cT(u) for all scalars c and in the domain of T
What is a linear transformation?
It is equal to B-1A-1
What is the (AB)-1?
It is a set of outputs in Rm
What is a Co-domain?
A type of matrix where the leading entry in each nonzero row is 1 & each leading 1 is the only nonzero entry in its column.
What is an echelon matrix?
Construct a 3x3 matrix A and vectors b and c in R3
so that Ax = b has a solution, but Ax = c does not.
Many solutions are possible.
Transformation = [01 0-1]
What is a reflection through the x1 axis?
The dimension of the column space of A does not span n & the columns of A do not span Rn.
What is a non-invertable matrix?
Every b in the co-domain can be written as a linear combination of the columns of A. (E/U)
What is a marker of solution existence?
A solution when both Ax = 0 and there isn't a free variable.
What is a trivial solution?
Is the following matrix linearly independent?
| -4 -3 0 |
| 0 -1 4 |
| 1 0 3 |
| 5 4 6 |
Yes it is
A transformation with the standard matrix [k010]
What is a horizontal contraction and expansion?
(T/F) If A is invertible, then elementary row operations that reduce A to the identity In, also reduce A-1 to In
What is false?
T is one-to-one if and only if the columns of A are linearly dependent. (T/F)
False
A type of square n x n matrix whose nondiagonal entries are zero.
What is a diagonal matrix?
Let T: R2 -> R2 be the transformation that first performs a horizontal shear that maps e2 into e2 - 0.5e1 (but leaves e1 unchanged) and then reflects the result through the x2-axis. Assuming that T is linear, find its standard matrix. [Hint: Determine the final location of the images of e1 and e2.]
[-10.501] (see 1.9)
Each b in Rm is the image of at most one in Rn.
What is a one-to-one transformation?
Name 3 statements in the IMT:
Examples:
1. is row-equivalent to the
identity matrix
2. has
pivot positions.
3. The equation has only the trivial solution
.
If each B in Rm is the image of at least one in Rn
What does it mean for a mapping to be onto?
A name for a matrix with no inverse.
What is a singular matrix?
If A is an invertible matrix, prove that 5A is an invertible matrix.
Since A is an invertible matrix, there exists a matrix C such that AC = I = CA. The goal is to find a matrix D so that (5A)D = I = D(5A). Set D = 1/5 C. Applying Theorem 2 from Section 2.1 establishes that (5A)(1/5 C) = (5)(1/5)(AC) = 1 I = I , and (1/5C)(5A) = (1/5)(5)(CA) = 1 I = I . Thus 1/5 C is indeed the inverse ofA, proving that A is invertible.
A transformation with the standard matrix [1k01]
What is a vertical shear?