Inverse, Rank, and Null Space - Matrix Algebra

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

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.

27 Terms

1
New cards

What is the matrix setup for solving a linear set of equations?

A is the scalars, the vector x are the basis vectors, and the vector v is the constants from that linear set of equations.

<p>A is the scalars, the vector x are the basis vectors, and the vector v is the constants from that linear set of equations.</p>
2
New cards

When breaking the equation down (Ax=v or b) What does each term mean?

A corresponds to some linear transformation. x is the vector were looking for after applying the transformation that lands on v.

<p>A corresponds to some linear transformation. x is the vector were looking for after applying the transformation that lands on v.</p>
3
New cards

How should we think about multiple variable equations?

Just by squishing and morphing space and trying to figure out which vector lands on another.

4
New cards

What happens when the space detA does not = 0.

In this case there will always be one and only one vector that lands on v. You can find it by playing the transformation in reverse.

5
New cards

What happens when you play the transformation in reverse?

This is what we call the inverse transformation.

<p>This is what we call the inverse transformation.</p>
6
New cards

If a matrix A was a 90 degree counter-clockwise rotation, what would its inverse be.

The inverse would be a 90 degree clockwise rotation

7
New cards
<p>If matrix A was a rightward shear that pushes j hat one unit to the right, what would the inverse transformation be?</p>

If matrix A was a rightward shear that pushes j hat one unit to the right, what would the inverse transformation be?

The inverse would be a leftward shear that pushes j hat one unit to the left.

<p>The inverse would be a leftward shear that pushes j hat one unit to the left.</p>
8
New cards

What is the transformation that does nothing?

That is called the identity matrix

<p>That is called the identity matrix</p>
9
New cards

What does an inverse matrix do?

It reverse the transformation: it brings vectors back to where they started.

<p>It reverse the transformation: it brings vectors back to where they started.</p>
10
New cards

When does a matrix have an inverse?

Only when it does not flatten any dimension (Ex. det does not = 0 and colums are linearly independent).

11
New cards

What does it mean if a matrix is not invertible?

It squishes some directions to 0 (completely flat), so you cannot undo the transformation.

Some vectors different from zero all get mapped to the same point, so you cannot go back.

12
New cards

Are there still solutions even though there is no inverse?

Yes, its just that the vector has to live on the line after your transformation.

<p>Yes, its just that the vector has to live on the line after your transformation.</p>
13
New cards

What is Rank?

Rank is how many dimensions still have volume after the transformation.

Ex)

If grid squares become parallelograms in the plane, rank = 2

If everything gets flattened into a line - rank = 1

If everything collapses to a point - rank = 0

14
New cards

What is the rank of a matrix?

Rank = number of independent columns = dimension of the output space that still has volume/area.

15
New cards

What does the outputs of your matrix mean, whether its in a place 3D or a point.

Its called the column space. Its the span of the columns of your matrix

<p>Its called the column space. Its the span of the columns of your matrix</p>
16
New cards

What do we call it when the rank = column space?

We call this full rank.

17
New cards

What is the null space?

The set of all vectors that get mapped to zero under the transfomation.

They are the vectors that go to the origin under the transformation.

18
New cards

What does column space help with?

See if a solution even exists.

19
New cards

What does null space help to do?

What the set of all possible solutions can look like.

20
New cards

What does inverse do?

We can use the inverse to help solve the system.

21
New cards

Example: If a 3×3 matrix flattens a box into a plane, what happens to the determinant, rank, and null space.

The volume becomes 0 (det=0)

One dimension is lost - rank = 2

The set of all vectors that got collapsed - null space is 1 dimensional.

22
New cards

Full rank vs. Low Rank

Full rank: no dimension lost - invertible

Low rank: Some dimension lost - not invertible

23
New cards

What is the null space again?

The set of all vectors that map to the zero vector under the matirx.

Ax = 0 - x is in Null(A)

24
New cards

Geometretic meaning of null space

It shows the directions that get collapsed (the dimensions that disappear).

25
New cards

Whats the relationship between Rank and Null Space?

rank + nullity = number of input dimensions

26
New cards

How should we summarize rank and null space?

Rank = what survives

Null space = what gets destroyed.

27
New cards

Hoe does invertibility and null space relate?

A matrix is invertible only when its null space is just the zero vector (meaning nothing gets flattened)