MATH 2940 PRELIM 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/65

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:27 PM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

66 Terms

1
New cards

What does the determinant represent?

It measures how a linear transformation scales volume (area in 2D, volume in 3D)

2
New cards

What does det(A) = 0 mean “squashing”?

Because volume becomes zero, meaning the transformation collapses space into a lower dimension.

3
New cards

Why does det(A) doesn’t equal 0 imply invertibility?

Because no information is lost, so the transformation can be reversed

4
New cards

Why does scaling a row scale the determinant?

Because it scales the volume in that direction

5
New cards

Why does scaling a row scale that determinant?

Because it scales the volume in that direction

6
New cards

Why does swapping rows change sign?

It reverses orientation of space

7
New cards

Why does det(A) = 0 imply no or infinite solutions?

Because columns are dependent, so the system cannot have a unique solution.

8
New cards

What does independence mean conceptually?

No vector can be written using the others → no redundancy

9
New cards

What does independence mean conceptually?

No vector can be written using the others → no redundancy

10
New cards

What are the two conditions for a basis?

Linearly independent + spans the space

11
New cards

Why does a basis give unique representation?

Independence prevents multiple combinations; spanning ensures existence

12
New cards

Why do all bases have the same size?

Because dimension is an intrinsic property of the space

13
New cards

What does [x]B mean?

The coefficients need to build x from basis B

14
New cards

Why do coordinates depend on basis?

Because you’re measuring the vector relative to different directions

15
New cards

What does changing coordinates do?

It changes how you describe the same vector, not the vector itself

16
New cards

WHy is solving for coordinates a linear system?

Because you’re expressing a linear combination of basis vectors

17
New cards

Why is Nul(A) in R^n?

Because inputs (x) live in R^n

18
New cards

Why is Col(A) in R^m?

Because outputs (Ax) live in R^m

19
New cards

What is dimension?

Number of independent directions in a space.

20
New cards

Why can’t you have more than n independent vectors in R^n?

Because space only has n degrees of freedom

21
New cards

Why does more vectors → dependence?

Because you exceed the number of independent directions.

22
New cards

Why is rank = dim(ColA)?

Because pivot columns form a basis for the column space.

23
New cards

Why is nullity “degrees of freedom”?

It counts how many variables can vary freely.

24
New cards

Why rank + nullity = n?

Each variable is either constrained (pivot) or free.

25
New cards

What does a change-of-basis matrix do?

Converts coordinates from one basis to another

26
New cards

Why is it invertible?

Because both bases are independent and span the space

27
New cards

Why does multiplication convert coordinates?

Because it re-expresses the same vector in a new basis

28
New cards

What is an eigenvector?

A direction that only scales under transformation

29
New cards

Why are they “special”?

Because they reveal the natural directions of the transformation

30
New cards

Why must they scale, not rotate?

Because rotation would change direction, violating the definition

31
New cards

Why is eigenspace = Nul (A - lambda l)?

Because eigenvectors satisfy (A - lambda I)x = 0

32
New cards

Why solve det (A - lambda I) = 0?

To find when the matrix becomes non-invertible

33
New cards

Why does that give eigenvalues?

Because non-invertibility allows nonzero solutions to exist

34
New cards

What is algebraic multiplicity?

How many times an eigenvalue appears as a root

35
New cards

Why doesn’t multiplicity = number of eigenvectors?

Because eigenvectors depend on null space dimension.

36
New cards

What does diagonalization do?

Simplifies a matrix into independent scaling directions.

37
New cards

Why is diagonalization useful?

Powers of matrices become easy.

38
New cards

When is a matrix diagonalizable?

When it has n independent eigenvectors.

39
New cards

Why must eigenspaces sum to n?

To form a full basis.

40
New cards

Why can repeated eigenvalues fail?

Because they might not produce enough independent eigenvectors.

41
New cards

What does diagonalization mean geometrically?

The transformation scales along independent axes.

42
New cards

Why do complex eigenvalues appear?

When transformations involve rotation.

43
New cards

What do they represent?

Rotation + scaling

44
New cards

Why can real matrices have complex eigenvalues?

Because rotation cannot be captured by real scaling directions.

45
New cards

Why not diagonalizable over R?

Because no real eigenvectors exist.

46
New cards

How are independence, pivots, and solutions connected?

  • pivots → constraints

  • no pivots → free variables

  • free variables → dependence → multiple solutions

47
New cards

Why is dimension the bridge?

It connects algebra (basis size) with geometry (degrees of freedom).

48
New cards

Why is diagonalization “best basis”?

Because it aligns with natural scaling directions.

49
New cards

What does the equation x_{k+1'}= Ax_k represent?

A system evolving step-by-step, where each state is obtained by applying the same linear transformation

50
New cards

What does x_k represent?

The state of the system at time step k

51
New cards

Why is this called a “dynamical system”?

Because it describes how a system changes over time

52
New cards

Why do we write x_0 = c1v1 +…+cnvn?

Because eigenvectors form a basis, so any vector can be expressed in them.

53
New cards

Why is this decomposition important?

Because each component evolves independently under A

54
New cards

What happens after one step?

x1 = Ax0 = c1 lambda1 v1 + … + cn lambda n vn
Each component gets scaled by its eigenvalue

55
New cards

Why is the general formula for x_k so powerful?

It turns a complicated system into simple exponential growth/decay along directions

56
New cards

What determines long-term behavior?

The eigenvalue with largest magnitude (dominant eigenvalue)

57
New cards

Why does the largest eigenvalue dominante?

Because (lambda)^k grows or decays fastest as k → infinity

58
New cards

What does this mean geometrically?

The system eventually points in one direction regardless of starting point

59
New cards

When is the origin an attractor?

When all eigenvalues satisfy |lambda|<1

60
New cards

Why are all eigenvalues have to satisfy |lambda| < 1?

Because all components shrink to 0

61
New cards

When is the origin a repeller?

When all eigenvalues satisfy |lambda|>1

62
New cards

Why is that when all eigenvalues satisfy |lambda| > 1 a repeller?

Because all components grow without bound

63
New cards

When do we get a saddle point?

When one eigenvalue has |lambda| > 1 and another has |lambda| < 1

64
New cards

What happens to a saddle point geometrically?

Some directions are attracted to 0, others are repelled

65
New cards

Which direction attracts in a saddle point?

Eigenvector of small |lambda|

66
New cards

Which direction repels in saddle point?

Eigenvector of larger |lambda|