Matrices Flashcards
When can guassian elimination be done
when the number of unknowns equal the number of equations (square matrix)
If ax=b, what does:
1. a≠0 (b doesn’t matter here)
2. a=0, b≠0
3.a=0, b=0
equal
- unique solution
- no solution
- infinite solutions
When can matrix addition occur
when both matrices have the same order
when can you multiply matrices A and B
when the number of columns of A are equal tot he number of rows of B
What is a zero matrix
all elements of matrix are 0
A + 0 =A
Properties: (λA)B
=λ(AB)
=A(λB)
Properties: A(BC)
=(AB)C order of matrices must stay same
Properties: (A+B)C
=AC + BC
Properties: C(A+B)
=CA + CB
Properties: true or false AB=BA
False: AB≠BA (usually) and AB-BA≠0
Properties: true or false AB=0 means A=0 or B=0
False: AB=- does not mean A=0 or B=0
Properties: A+B-C
=B-C+A
Properties: (A+B)(A-B)
≠AA-BB
What is the identity matrix
Square
leading diagonoal is 1, everything else is 0
Acts like the number 1
AI=A
Ix=x (where x is a column vector with same number of rows as I)
Transpose D=EF
Dᵀ=FᵀEᵀ
What is a transposed matrix
columns become equivalent rows and vice versa
What matrices can have an inverse
square
when the determinant isn’t 0
What does AA⁻¹ equal
=A⁻¹A=I
How to show A⁻¹ is inverse A
Ax=b
AA⁻¹x=A⁻¹b
Ix=A⁻¹b
x=A⁻¹b
Inverse D=EF
D⁻¹=F⁻¹E⁻¹
show proof that inverse EF is F⁻¹E⁻¹
F⁻¹E⁻¹EF
=F⁻¹IF
=F⁻¹F
=I
proof as AA⁻¹=I
What does invertible mean
A square matrix that has an inverse
What matrices dont have inverses
Non-square
Zero-matrices (det=0 for 0-matrices)
What is the inverse of an identity matrix
The identity matrix (itself)