Linear Algebra Theorem and Equations

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Eigenvector Equation

Ax = λx⃗

2
New cards

Dependence & Eigenspace

Independence: Let S = {v1, v2, ... , vn}. S is independent if none of the vectors in S can be written as a linear

combination of other vectors in S.

Eigenspace: S is a basis for the eigenspace for an eigenvalue λ if S is independent and every eigenvector x⃗ can be

written as a linear combination of vectors in S.

3
New cards

Eigenvalues and Matrix Entries

Theorem 5.1.2: If A is triangular then the eigenvalues are the diagonal entries of A.

Theorem 5.1.4: (TFAE) A is invertible if and only if λ = 0 is not an eigenvalue of A.

4
New cards

Diagonalization

If A and B are n × n matrices, then they are similar if there is an invertible n × n matrix P, such that

B = P−1AP. If they are indeed similar, then the following are the same for both A and B:

a) Determinant

b) Trace

c) Characteristic Polynomial det(λI − A)

d) Eigenvalues

e) Invertibility

5
New cards

Geometric and Algebraic Multiplicity

Algebraic Multiplicity: the number of times that (λ-λ0) appears as a factor in the characteristic polynomial of A.

Geometric Multiplicity: The number of vectors in a basis for the eigenspace corresponding to λ0. The number of linearly independent eigenvectors associated with an eigenvalue.

6
New cards

Power of a Matrix

If A is diagonalizable and k is a positive integer, then A

k = PDkP−1

(since all middle PP−1 terms cancel out), which is much easier to compute because (Dk)

ii = (Dii) k

7
New cards

Complex Addition

Like vectors, (a + bi) + (c + di) = (a + c) + (b + d)i.

8
New cards

Complex Multiplication

 (a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac − bd) + (ad + bc)i.

9
New cards

Complex Division

Z1/Z2 * (barZ2/barZ2)

10
New cards

Polar Form

z = r(cosθ + isinθ)

z = re^iθ

11
New cards

DeMoivre Theorem 

z^n = r^n * e^inθ

12
New cards

Cauchy-Shwartz Theorem

If u⃗⃗ and v⃗ are in R^n then |u⃗⃗ ∙ v⃗| ≤ ‖u⃗⃗‖‖v⃗‖.

13
New cards

Dot Product

u⃗⃗ ∙ v⃗ = ‖u⃗⃗‖‖v⃗‖ cos θ

14
New cards

Triangle Inequality

If u⃗⃗ and v⃗ are in R^n then ‖u⃗⃗ + v⃗‖ ≤ ‖u⃗⃗‖ + ‖v⃗‖.

15
New cards

Properties of the Dot Product

u ⋅ v = v ⋅ u

u ⋅ (v + w) = u ⋅ v + u ⋅ w

k(u ⋅ v) = (ku) ⋅ v

v ⋅ v >= 0 and v ⋅ v = 0 if and only if v = 0

16
New cards

Properties of Cross Product

a) u⃗⃗ × v⃗ = −(v⃗ × u⃗⃗)

b) u⃗⃗ × (v⃗ + w⃗⃗) = u⃗⃗ × v⃗ + u⃗⃗ × w⃗⃗

c) u⃗⃗ × u⃗⃗ = u⃗⃗ × 0⃗⃗ = 0⃗⃗

d) k(u⃗⃗ × v⃗) = ku⃗⃗ × v⃗ = u⃗⃗ × kv

e) u x 0 = 0 x u = 0

f) u x u = 0

17
New cards

Geometric Cross Product Properties

|| u x v ||² = ||u||²||v||² - (u ⋅ v)² (Lagrange’s Identity)

  • || u x v || sin theta = area of a parallelogram

|| u x v ||² = ||u||²||v||² - ||u||²||v||² cos² theta (Replacing (u ⋅ v)²)

|| u x v ||² = ||u||²||v||²(1-cos²theta) (Factoring)

|| u x v ||² = ||u||²||v||²sin² theta (Trig Identity)

18
New cards

Lagrange’s Identity 

‖u⃗⃗ × v⃗‖^2 = ‖u⃗⃗‖‖v⃗‖ − (u⃗⃗ ∙ v⃗)^2

19
New cards

Scalar Triple Product

u⃗⃗ ∙ (v⃗ × w⃗⃗) = 

|u1 u2 u3|

|v1 v2 v3|

|w1 w2 w3|

its the volume of the parallelopiped formed by u⃗⃗, v⃗, and w⃗⃗.

20
New cards

Dot and Cross Product Properties

u ⋅ (u x v) = 0 (u x v is orthogonal to u)

v ⋅ (u x v) = 0 (u x v is orthogonal to v)

|| u x v ||² = ||u||² ||v||²  - (u ⋅ v)² (Lagrange’s identity)

u x (v x w) = (u ⋅ w)v - (u ⋅ v)w (Vector triple product)

(u x v) x w = (u ⋅ w)v - (v ⋅ w)u (Vector triple product)