linear algebra module 3

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/25

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.

26 Terms

1
New cards

determinant

  • real number

  • related to invertibility and volume

2
New cards

properties of determinant

  1. doing a row/column replacement on A does not change determinant

  2. scaling a row/column scales the determinant by c

  3. swapping two rows/columns multiplies determinant by −1.

3
New cards

row operations change the value of the determinant

4
New cards

A square matrix is invertible if …

if and only if det(A) =/ 0; in this case, det(A−1)=1det(A).

5
New cards

det(AB) = 

det(A) * det(B)

6
New cards

for any SQUARE matrix, det(AT) =

det(A)

7
New cards

The parallelepiped defined by a set of vectors has zero volume

if the matrix with rows v1,v2,...,vn has zero determinant.

area = | det(v1 v2) * det(A) |

8
New cards

the zero matrix is diagonalizable

eigenvalue of 0, alg mult 2

9
New cards

unique eigenspace for

each eigenvalue

*spaces may have multiple vectors

all eigenspaces together = dim of matrix

10
New cards

steady state vector

  • eigenvalue corresponding to pivot 1

11
New cards

when A is singular

det = 0, eigenvalue of 0

12
New cards

area of parallelogram spanned by vectors a,b equals

area spanned by vectors a, ca + b

13
New cards

volume of a parallelepiped spanned by square matrix A equals

|det A|

14
New cards

probability vector

  • vector with nonnegative elements that equal 1

  • cannot be a subspace

15
New cards

stochastic matrix

square matrix with probability vectors as columns

  • considered regular if Pk entries are all greater than 0 for some k (matrix P may have 0 entries)

  • markov chains converge to UNIQUE steady state w POSITIVE entries when matrix is regular

  • A STEADY STATE EXISTS FOR ANY STOCHASTIC MATRIX (so eigenvalue 1)

16
New cards

markov chains

a sequence of probability vectors such that X k+1 = Pxk

17
New cards

to calculate steady state vector:

(P - I) q = 0

18
New cards

matrix transpose properties

same det, same polynomial, same eigenvalues

*diff eigenvectors

19
New cards

zero vector

NEVER an eigenvector

20
New cards

diagonal matrices

  • all diagonal matrices are diagonalizable

  • all powers of a diagonal matrix are diagonalizable

21
New cards

an nxn matrix with n distinct eigenvalues will span

R^n

22
New cards

imaginary

  • must be in conjugate pairs

  • corresponding imaginary eigenvectors

23
New cards

triangular matrices

diagonal values are eigenvalues

24
New cards

similar matrices

  • same rank, det, polynomial, eigenvalues

  • P, B, P^-1

  • different eigenvectors

diagonalization: similar to a diagonal matrix B

** matrices with the same eigenvalues are not necessarily similar

25
New cards

if AB has eigenvalue 0

BA must also

26
New cards