Linear Algebra

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

1/4

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.

5 Terms

1
New cards

Find a basis for the null space of the given matrices.

  • Step 1: Row reduce to row reduced echelon form (RREF)

  • Step 2: Set Ax = 0

  • Step 3: basis is the columns of the free vars

2
New cards

Find a basis for the column space of the given matrices.

  • Step 1: Row reduce to echelon form

  • Step 2: Find pivot columns from row reduced matrix

  • Step 3: Extract pivot columns from original matrix

3
New cards

Verify if a vector v is in the column space of the matrix A.

  • Step 1: Row reduce to echelon form

  • Step 2: Number of pivots = number of dimensions

4
New cards

Find a basis for the space H spanned by the vectors.

  • Step 1: Row reduce to echelon form

  • Step 2: Find pivot columns from row reduced matrix

  • Step 3: Extract pivot columns from original matrix

5
New cards

Verify if a vector is in the null space of the matrix.

  • Step 1: Multiply A * v (in that order) 

    • If the entire vector is 0 (Av = 0), the vector v IS in the null space of A

    • If the entire vector is NOT 0, the vector v IS NOT in the null space of A