Matrices Flashcards

1
Q

When can guassian elimination be done

A

when the number of unknowns equal the number of equations (square matrix)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If ax=b, what does:
1. a≠0 (b doesn’t matter here)
2. a=0, b≠0
3.a=0, b=0
equal

A
  1. unique solution
  2. no solution
  3. infinite solutions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When can matrix addition occur

A

when both matrices have the same order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

when can you multiply matrices A and B

A

when the number of columns of A are equal tot he number of rows of B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a zero matrix

A

all elements of matrix are 0
A + 0 =A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Properties: (λA)B

A

=λ(AB)
=A(λB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Properties: A(BC)

A

=(AB)C order of matrices must stay same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Properties: (A+B)C

A

=AC + BC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Properties: C(A+B)

A

=CA + CB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Properties: true or false AB=BA

A

False: AB≠BA (usually) and AB-BA≠0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Properties: true or false AB=0 means A=0 or B=0

A

False: AB=- does not mean A=0 or B=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Properties: A+B-C

A

=B-C+A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Properties: (A+B)(A-B)

A

≠AA-BB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the identity matrix

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Transpose D=EF

A

Dᵀ=FᵀEᵀ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a transposed matrix

A

columns become equivalent rows and vice versa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What matrices can have an inverse

A

square
when the determinant isn’t 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does AA⁻¹ equal

A

=A⁻¹A=I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How to show A⁻¹ is inverse A

A

Ax=b
AA⁻¹x=A⁻¹b
Ix=A⁻¹b
x=A⁻¹b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Inverse D=EF

A

D⁻¹=F⁻¹E⁻¹

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

show proof that inverse EF is F⁻¹E⁻¹

A

F⁻¹E⁻¹EF
=F⁻¹IF
=F⁻¹F
=I

proof as AA⁻¹=I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What does invertible mean

A

A square matrix that has an inverse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What matrices dont have inverses

A

Non-square
Zero-matrices (det=0 for 0-matrices)

24
Q

What is the inverse of an identity matrix

A

The identity matrix (itself)

25
What is an orthogonal matrix
A rotation in 3D A matrix whose inverse equals its transpose
26
What is a symmetric matrix
A=Aᵀ values below and above the leading diagonal are mirror opposites
27
What is an anti-symmetric matrix
A=-Aᵀ Values below the leading diagonal are negative mirror opposites of the values above Leading diagonal are all 0
28
What are the properties of orthogonal matrices
A⁻¹=Aᵀ If orthogonal: AAᵀ=I
29
How do you find the determinant of a 2x2 mtrix
D=|a₁₁ a₁₂| |a₂₁ a₂₂| Times the lead diagonal, minus the multiplication of reverse diagonal D=a₁₁a₂₂ - a₁₂a₂₁
30
How do you work out the inverse of a 2x2 system
A⁻¹=1/D |a₂₂ - a₁₂| |-a₂₁ a₁₁|
31
What does it mean if D=0
Matrix is singular/has no inversea
32
How do you wokr out the determinant of a 3x3 matrix
D=a₁₁|a₂₂ a₂₃| - a₁₂ |a₂₁ a₂₃|+a₁₃|a₂₁ a₂₂| |a₃₂ a₃₃| |a₃₁ a₃₃| |a₃₁ a₃₂|
33
Properties: det(Aᵀ)=
=detA
34
properties: |λa λb| |c d |
=λ|a b| |c d| If a factor λ appears in each element of a row or column, it can be taken out as a factor
35
properties: |0 0| |c d|
=0 If all elements of a row or column are zero, determinant is zero
36
properties: Det(λA) where A is mxn matrix
=λⁿdet(A)
37
Properties: Det(-A) where A is mxn matrix
=(-1)ⁿdet(A)
38
Properties:|a b| |c d|
= - |c d| |a b|
39
Properties: |λc λd| |c d |
=λ|c d| = 0 |c d| If any row is a mulitple of another row, det=0
40
Properties: |a+ λc b+ λd| | c d |
=|a b| |c d| Adding a multiple of one row to another, determinant doesn't change
41
Properties: If A and B are square matrixes of the same order, det(AB)=
=det(A)det(B) If A=I AB=IB=B det(AB)=Det(B)=det(I)det(B)=det(A)det(B)
42
What is the gauss-jordan method
Used to find inverse of 3x3 matrix (A:I) matrix a augmented with i, solve to have (I:B) where B is A⁻¹
43
What is the eignevalue equation
Ax=λx Ax-λx=0 Ax-λIx=0 (A-λI)x=0 A is square x is column, non-zero, **eigenvector** λ is scalar multiplier, **eigenvalue**
44
What does it mean if det(A-λI)≠0
invertible/non-singular as if det(a)=0, sngular x=(A-λI)⁻¹0=0 (eigenvector is 0) There are no non-trivial solutions for λ
45
What does it mean if det(A-λI)=0
singular/non-invertible x≠0 NON-ZERO SOLUTION
46
How many eigenvectors correspond to any given eigenvalue and how
Infinite Ax=λx A(cx)=cAx=c(λx) =λ(cx) where c is non-zero scalar so infinte number of solutions to linear system
47
How do you solve for the eigenvalue
Find det(A-λI) and solve CHARACTERSITIC POLYNOMIAL
48
How do yo solve for eigenvectors
Augment matrix A with 0's and make base row 0's with ERO's to create 2 simultaneous equations to solve and put in terms of t
49
What do the product of eigenvalues produce
λ₁λ₂λ₃=detA
50
For orthogonal matrix, has eigenvalue λ, what does xxᵀ=
=xx=|x|²
51
When inverting matrices, when would you get no solution
Value created by the last row of an augmented matrix (to 0 on RHS) from ERO's creates a contradiction with other rows
52
When inverting matrices, when would you get a unique solution
Values created by the augmented matrix (to 0 on RHS) from ERO's creates a unique coeffieicient for each varibale whe certain varible cannot occur e.g.
53
When inverting matrices, when would you get infinite solutions
Value created by the last row of an augmented matrix (to 0 on RHS) from ERO's become a dependent system/some equations have duplicates of are linear combos of eachother so don't add any further contraints you have fewer independent equations than unknowns you need last row to have a zero coefficient to have infinite solutions e.g.4+k=0 when k=-4
54
Can λ be 0
Yes
55
Can an eigenvector be 0
no
56
Prove that MMᵀ is symmetric
(MMᵀ)ᵀ=(Mᵀ)ᵀMᵀ=MMᵀ