Linear Algebra Flashcards
A subspace of Rn is any collection S of vectors in Rn such that:
(i) The zero vector 0 is in S.
(ii) If u and v are in S, then u + v are in S. (S is closed under addition.)
(iii) If u is in S and c is a scalar, then cu is in S. (S is closed under scalar multiplication
A basis for a subspace S of Rn is a set of vectors in Rn that:
(i) spans S and
(ii) is linearly independent.
Let A be an m × n matrix. The null space of A is…
The subspace of Rn consists of
solutions to the homogeneous linear system Ax = 0
True or False.
Using that 1/|z| is a positive real number for z ̸= 0.
True. Explain
True or False.
Matrix Multiplication is a row by column operation.
True. Explain
True or False
If A is a square matrix, then A 1 AT is a symmetric matrix.
True. Explain
True or False.
For any matrix A, AAT and ATA are symmetric matrices.
True. Explain
If A is an invertible n x n matrix, then the system of linear equations given by Ax = b has the unique solution x = A-1b for any b in Rn.
True. Explain
Let A be a matrix whose entries are real numbers. For any system of linear equations Ax b, exactly one of the following is true:
a. There is no solution.
b. There is a unique solution.
c. There are infinitely many solutions.
True. Explain
A transformation T: Rn S Rm is called a linear transformation if
1. T(u + v) =T(u) + T(v) for all u and v in Rn and
2. T(cv) = cT(v) for all v in Rn and all scalars c.
True
Elementary Row Operations has 3 steps name them.
1) Interchange Rows
2) Mutiltply a row
3) Add a multiple of a row to another
True or False.
A system of linear equations with augmented matrix [A|B] is consistent if and only if b is a linear combination
True
True or False.
A square matrix is symmetrical if AT = A that is if A is equal to its own transpose
True
How do you find the inverse of a 2 x 2 matrix and verify it? List the steps?
1) Find the determinant
2) Multiply the inverse by the determinant
3) Verify by multiplying the original matrix A by the newly found inverse.
Solving systems using the inverse.
X = A-1b. Name each part of the proof.
X = The coeffecients
A-1 = the inverse
b = Solutions of the systems