Linear Algebra Flashcards
Solution
A list of values (s_1, s_2,…,s_n) that satisfy every equation of a linear system
Consistent
The solution set is nonempty
Inconsistent
The solution set is empty
Two linear systems are equivalent if
they share the same solution set
What are the options for the number of solutions a system can have?
1) Exactly one
2) Infinitely many
3) None
What does no solution look like in R2?
Two parallel lines
Two matrices are row equivalent if
There’s a sequence of elementary row operations that transform one matrix into another
In reduced row echelon for how many matrices are row equivalent?
Exactly one matrix
What is the rank of a matrix?
The number of pivot columns
What is the nullity of a matrix?
The number of free variable columns
If there are more variables than equations we…
Add a free variable
If there is a free variable then there are _______ solutions.
Infinitely many
Vectors u, v are equivalent if
u_1=v_1,…,u_n=v_n
Spanning set
The set of all linear combinations of a certain vector
Homogenous
The solution to the matrix equation Ax=b where b=0
Trivial solution
In the matrix equation Ax=b when x=0
The system Ax=0 has a nontrivial solution if and only if
it has at least one free variable
Linear independence
Each vector adds another dimension to the span
Linear dependence
When at least two vectors have the same span
Zero Matrix
An mxn matrix with all zero entries
Square Matrix
An nxn matrix
Main Diagonal
In a square matrix, it’s the values a_11, a_22,…,a_nn
Diagonal Matrix
Only the entries of the main diagonal are nonzero
Is the identity matrix a diagonal matrix?
Yes
Does AB=BA for any A,B
No
What sizes of two matrices must match for a product to be possible?
The column of the 1st matrix and the row of the 2nd matrix must match
What is the transpose of A?
A nxm(flipped) matrix where the 1st column=1st row and so on
Symmetric
A is an nxn matrix and A=A^T
Hermitian
A is an nxn matrix and A=A^*=A^(-T)
Quadratic form
A is a symmetric matrix and Q is a function defined by Q(x)=x^TAx
Positive definite
x^tA, x>0 for nonzero x’s
Positive semidefinite
x^tAx, x>=0 for nonzero x’s
Negative definite
x^tAx, x<0 for nonzero x’s
Negative semidefinite
x^tAx, x<=0 for nonzero x’s
Indefinite
x^tAx, x>0 for all x
Nilpotent
k is a positive integer and A is an nxn matrix such that A^k=0(zero matrix)
Idempotent
An nxn matrix A where A^2=A
Skew-symmetric
An nxn matrix A such that A^T=-A
Trace of A/Tr(A)
The sum of the main diagonals of A
A is invertible if
there exists an nxn matrix A^(-1) such that AA^(-1)=A^(-1)A=I_n