Linear Algebra Exam 4

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

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.

18 Terms

1
New cards

Similarity

refers to the relationship between two matrices if one can be transformed into the other by a change of basis. Two matrices A and B are similar if there exists an invertible matrix P such that B = P^(-1)AP.

2
New cards

eigenvalue

a scalar that indicates how much a corresponding eigenvector is stretched or compressed during a linear transformation represented by a matrix.

3
New cards

eigenvector

a non-zero vector that changes by a scalar factor during a linear transformation represented by a matrix.

4
New cards

equation for similarity

If A and B are similar, then there exists an invertible matrix P such that B = P^(-1)AP.

5
New cards

Diagonalization theorem

An nxn matrix A is diagonalizable iff A has n linearly independent eigenvectors.

6
New cards

Not diagonalized

means that a matrix cannot be expressed as a product of a diagonal matrix and an invertible matrix, often due to insufficient independent eigenvectors. Not in the span Rn

7
New cards

Properties of Inner Product

A function that maps two vectors to a scalar, satisfying linearity, conjugate symmetry, and positive-definiteness.

8
New cards

Length of a vector

Norm - calculated by the sqrt(v²*v²)

9
New cards

unit vector

A vector with a length of one, often used to indicate direction in a vector space.

10
New cards

Distance Rn

The shortest path between two points in Rn, calculated using Norm (u - v)/Norm

11
New cards

Orthogonal components

refer to vectors that are perpendicular to each other in a vector space, typically used to simplify vector calculations and decompositions.

12
New cards

orthogonal basis

A basis where all vectors are mutually orthogonal.

13
New cards

Orthogonal Projection

Y=(yu/uu)u

14
New cards

To show that z is orthogonal to u

z*u=0 and also z= y-Y

15
New cards

best approximation theorem (BAT)

States that the orthogonal projection of a vector onto a subspace is the best approximation to that vector from the subspace.

16
New cards

Gram Schmidt Process

is an algorithm for producing an orthogonal basis for any non-zero subspace of Rn

17
New cards

Orthogonal Basis

Vectors/ Norm of those vectors

18
New cards

Least Squares

  1. Find ATA and Find ATb