Linear Algebra Flashcards
Which two vectors are parallel?
Two vectors are parallel if one is a positive/negative scalar multiple of the other
Standard basis vectors
By invoking the definitions of vector addition and scalar multiplication, any vector x = (x 1, x 2) in R 2 can be written in terms of the standard basis vectors i (1, 0) and j (0, 1).
When is a linear system consistent?
Linear system is consistent if it does not have a pivot in the last column.
And the set of linear equations has at least one solution/
What is a solution set of a linear system?
The solution set of a linear system is the set of all possible solutions for this set of linear equations.
A theorem about the linear system that has two solutions.
If a LS has at least two solutions it means it has an infinite number of solutions.
I am not sure about the proof. See page 6.
A theorem about equivalent linear systems.
Two linear systems are equivalent if and only if they have the same number of equations ant the same solution set.
What is the difference between the echelon form of a matrix and a reduced echelon form?
REF is the same as EF, but in the REF each pivot is equal to 1 and is the only non-zero entry in the table.
EF is not unique and REF is unique.
What is a vector space?
Vector space is a collection of all vectors with a certain number of elements.
Vector space is a set, so it is closed under addition and scalar multiplication.
Name 6 special matrices
Square matrix
Zero matrix
Diagonal matrix
Identity matrix
Upper triangular matrix (zeros in lower left corner)
Lower triangular matrix (zeros in top right corner)
What is an invertible matrix?
A is an invertible matrix if there exists B
such that
AB = BA = I
Where I is the identity matrix of the same size as A.
What is a singular matrix?
A matrix that does not have an inverse is singular.
What is a property of an invertible matrix A?
Its inverse is always unique.
A theorem about a square invertible matrix and a linear system Ax = b. What can be said about its solutions?
There is one unique solution x = A^-1b
A theorem about a square singular matrix and a linear system Ax = b. What can be said about its solutions?
There is always exists at least one b for which Ax=b has no solutions.
If there is at least one solution to it, then there are infinite number of solutions.
What is a transpose of a matrix?
Transpose of a matrix is obtained by interchanging rows and columns.
A^t
What is a symmetric matrix?
A^t = A
So the matrix and its transpose are the same.
Name three useful properties of a transpose matrix.
(A^t)^t = A for any k*n matrix (A+B)^t = A^t + B^t (AB)^T = B^t*A^t
What is A^0?
I