Exam 3 Linear Algebra

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

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.

21 Terms

1
New cards

If the matrix A has orthogonal columns, then what is A^T A

A^TA would be a diagonalizable matrix

2
New cards

If A = QR is a QR factorization of A, then…

A^TA = R^TR

3
New cards

if x hat and y hat are least squares solution of Ax = b, then what does x hat - y hat belong to?

(x hat - y hat) belong to the Nul(A)

4
New cards

if U is a 3×2 matrix with orthonormal columns, then for every y vector in Col(U) ….

we have y vector = U*U^T*y

5
New cards

how do you diagonalize a matrix?

  1. find eigenvalues that make up your diagonal matrix D (along the diagonal) det(A-λI) = 0

  2. find eigenvectors that make up your P matrix by plugging in your λs into your (A-λI) = 0

  3. check if eigenvectors are linearly independent.

  4. solve for P-1 based on it’s size and check if P-1*P = I

6
New cards

what makes a matrix diagonalizable?

An n x n matrix is diagonalizable if it has n linearly ind. eigenvectors.

7
New cards

r/s btwn (Row A) perp….

(Row A)⟂ = Nul(A)

8
New cards

r/s btwn Col(A) perp…

(Col A)⟂ = Nul (A)T

9
New cards

a vector x is in Nul(A) if and only if

  • Ax = 0.

  • this means that x is orthogonal to each row of A

  • Row A is orthogonal complement to Nul A

  • Dim (Row A) + Dim (Nul A) = N

    • the ambient dimension

10
New cards

Nul(A) is the orthogonal complement to

(Row A)

11
New cards

Nul (AT) is the orthogonal complement to

(Col A)

12
New cards

What is Col(A) orthogonal complement and how?

Nul(AT)

13
New cards

What is Nul(A)’s orthogonal complement and how?

Col(A)

14
New cards

The column space of A can also be referred to as

the row space of AT

15
New cards

if vectors are all orthogonal and all zero… are they lin dep? or lin. ind?

linearly independent

16
New cards

how do you find a vector in a set of vectors that are orthogonal to all of them

transpose the vectors and create a matrix and solve for Ax = 0. the Nul of this will be the third matrix

17
New cards

how do you find the expansion of a vector s in an orthogonal basis

s = c1u1 + … cpup

where cp = ((s * up)/(up*up) * up

18
New cards

orthogonal matrix

a square matrix whose columns are orthonormal

19
New cards

When does a matrix U have orthonormal columns?

An m x n matrix U has orthonormal columns iff UTU = In

  • does not apply when n > m

  • orthonormal: columns have unit length (aka they are of length 1)

20
New cards

name for matrix with orthogonal columns

there is none!

21
New cards