matrix studying

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
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

column space

the set of all linear combinations of the columns of A

2
New cards

basis

a basis for a subspace H of Rn is a linearly independent set in H that spans H

  • the minimum number of vectors you need to know to know the whole spaces

3
New cards

null space

the set of all solutions to Ax = 0

4
New cards

nonhomogeneous

a system of linear equations is non-homogeneous if it can be written as Ax = b where b doesn’t equal 0

5
New cards

homogeneous

if a system of linear equations can be written in the form Ax = 0 (A is a mxn matrix) (x is a column of unknowns) ( 0 is the 0 vector)

6
New cards

commute

if A and B are defined and AB=BA, we say A and B commute

7
New cards

invertible matrix

a nxn matrix A is invertible if there is a nxn matrix C such that AC = In = CA

C is an inverse of A and denoted A-1 = C

8
New cards

singular matrix

a matrix that is not invertible

9
New cards

similar matrix

let a and b be nxn matrices. we say a is similar to be if there is an invertible matrix P such that

B=P-1AP

  • have same eigenvalues

10
New cards

diagonalizable

a nxn matrix A is diagnolizable if A has n linearly independent eigenvectors

  • A is diagonalizable only if there are enough eigenvectors to form a basis of Rn

  • the diagonal entries of D are eigenvalues

  • a nxn matrix with n distinct eigenvalues is diagonalizable

11
New cards

rank = # of pivot columns

12
New cards

a matrix is invertible if its determinant doesn’t equal 0

13
New cards

orthogonal

two vectors are orthogonal if their dot products equal 0

14
New cards

orthogonal compliment

the set of all vectors orthagonal to the subspace W

  • W perp

15
New cards

(colA)perp = NullAT

16
New cards

orthogonal projection

x onto the line through u

xu/uu

17
New cards

QR factorization

if A is an mxn matrix with linearly independent columns then A can be factored as A=QR where Q is an mxn matrix whose columns form an orthonormal basis for ColA and R is an nxn upper triangular invertible matrix with positive nonzero entries on the diagonal

18
New cards

symmetric matrix

AT=A

19
New cards

orthogonally diagonalizable

A nxn matrix A is said to be orthogonally diagonalizable if there exists an orthogonal matrix P(P-1=PT) and a diagonal matrix D such that

A = PDP-1 = PDPT

20
New cards

quadratic form

a function Q defined on Rn such that Q(x) = xTAx where A is a nxn symmetric matrix

  • outputs a scalar