the basics of linear algebra

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

1/3

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.

4 Terms

1
New cards

What is the dot product of two orthogonal vectors?

The dot product of two orthogonal vectors is zero.
This is because orthogonal means perpendicular, and perpendicular vectors have no overlap in direction, so their dot product is always 0.

2
New cards

Do AAT and ATA have the same eigenvalues for any matrix A?

No, AAT and ATA only share the same nonzero eigenvalues (with the same multiplicities).
They can have different numbers of zero eigenvalues because their sizes are different:

  • If A is m×n, AAT is m×m and ATA is n×n.

  • The extra dimensions in the bigger matrix are filled with zero eigenvalues.
    Only the nonzero eigenvalues are guaranteed to be the same for both matrices.

3
New cards

If a linear transformation from one vector space to another has a nontrivial (nonzero) null space, what does the rank-nullity theorem say about its image?

If the null space is nontrivial, the transformation cannot cover the whole output space (the image is smaller than the full dimension).
Key: A nonzero null space always means the transformation "misses" some directions in the output.

4
New cards

If a square matrix has zero as an eigenvalue, what does the rank-nullity theorem say about its null space?
Can a matrix have full rank and zero as an eigenvalue?

  • Zero as an eigenvalue means the matrix is singular, so its null space is nontrivial (nullity > 0 by rank-nullity theorem).

  • A matrix with full rank cannot have zero as an eigenvalue—full rank means the null space is trivial (only the zero vector), so all eigenvalues are nonzero.