Principles and Short Q's Flashcards
Describe the shape of the equation x1 + x2 + x3 = 0.
A plane through (0,0,0)
T or F. If the constants of an SLE are all zero than the SLE is consistent?
True
T or F. If 3 lines in the xy-plane form a triangle, then the SLE corresponding to the equations of these lines has 3 solutions, one for each vertex of the triangle.
False
Is A^TA symmetric?
Yes
T or F. If A is a square matrix and A^2 has an all zero column then A has an all zero column.
False
T or F. If A is invertible than A^T is invertible and has inverse (A^-1)^T.
True
Formula for number of expressions for determinant of n x n matrix with cofactor expansions.
n x 2 expressions.
T or F. Let A and B be a pair of n x n invertible matrices. Then |A+B| = |A| + |B|.
False.
T or F. Let A be a square matrix. Then there exists a lower triangular matrix L and an upper triangular matrix U such that A = LU.
False
T or F. A matrix is invertible if and only if it is the product of elementary matrices.
True
Let A be a square matrix and suppose there exists a non-zero vector x such that Ax = 0. Then A is not invertible
True
T or F. Every matrix can be reduced by ERO’s to a unique RREF matrix.
True
What are the five properties of matrix arithmetic (with examples)?
- Matrix addition is commutative: A + B = B + A
- Matrix addition is associative: (A + B) + C = A + (B + C)
- Matrix multiplication is not commutative: AB != BA
- Matrix multiplication is associative: (AB)C = A(BC)
- Distributive Laws for matrix multiplication over matrix addition. (A + B)C = AC + BC A(B+C) = AB + AC
What are the four transpose principles?
A = A^T if A is symmetric
(A^T)^T = A
(AB)^T = B^TA^T
AA^T and A^TA are square, often have different sizes and are symmetric.
What are the three square matrix principles if two matrices A and B are square matrices?
A + B
AB
BA are all square matrices
If AB = I and BA = I. What is B?
B is A^-1
What is the inverse of the identity?
The identity.
If A is invertible what does AB equal for any matrix B != 0?
AB != 0
Similarly, BA != 0