Linear alg

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

1/40

flashcard set

Earn XP

Description and Tags

2026

Last updated 12:26 AM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Linear combination

knowt flashcard image
2
New cards

Vector form of a line

x=td+p, where l={x:x=td+p for some t exist in R}

<p>x=td+p, where l={x:x=td+p for some t exist in R}</p>
3
New cards

Vector form of a plane

vector x = td_1 + sd_2 + p. That is, P={x:x=td₁+sd₂+p for some t,s exist in R}

<p>vector x = td_1 + sd_2 + p. That is, P={x:x=td₁+sd₂+p for some t,s exist in R}</p>
4
New cards

Span

knowt flashcard image
5
New cards

Linear dependence (geometric)

knowt flashcard image
6
New cards

Linear dependence (algebraically)

knowt flashcard image
7
New cards

Homogenous system of linear equations

knowt flashcard image
8
New cards

Orthogonal

knowt flashcard image
9
New cards

Normal vector

knowt flashcard image
10
New cards

Normal form of a line

knowt flashcard image
11
New cards

Subspace

contains a 0 vector

closed under scalar multiplication

closed under vector addition

<p>contains a 0 vector</p><p>closed under scalar multiplication</p><p>closed under vector addition</p>
12
New cards

Basis

<p></p>
13
New cards

Subspace-Span theorem

<p></p>
14
New cards

Image of a set

Image of a set X under transformation L is the set of all outputs of L when the inputs come from X

<p>Image of a set X under transformation L is the set of all outputs of L when the inputs come from X</p>
15
New cards

Linear transformation

Transformation T is linear of it distributes over addition and scalar multiplication

<p>Transformation T is linear of it distributes over addition and scalar multiplication</p>
16
New cards

Rank of a linear transformation

Rank is used to measure compressibility. Rank 0 means sends everything to vector 0, 1 to a line, etc.

<p>Rank is used to measure compressibility. Rank 0 means sends everything to vector 0, 1 to a line, etc.</p>
17
New cards

Null space/kernel

The kernel is a subspace and describes how many columns are linearly dependent in a set of vectors

<p>The kernel is a subspace and describes how many columns are linearly dependent in a set of vectors</p>
18
New cards

Transpose

Switching the columns and rows of a matrix

<p>Switching the columns and rows of a matrix</p>
19
New cards

One-to-one/injective

Every column has a pivot

<p>Every column has a pivot</p>
20
New cards

Onto/surjective

Every row has a pivot

<p>Every row has a pivot</p>
21
New cards

Bijective

All columns and rows have pivots

22
New cards

Inverse matrix

Set equal to identity matrix and solve

<p>Set equal to identity matrix and solve</p>
23
New cards

Elementary matrix

knowt flashcard image
24
New cards

Change of basis matrix

knowt flashcard image
25
New cards

Determinant

det(A)=ad-cb

<p>det(A)=ad-cb</p>
26
New cards

Eigenvector

knowt flashcard image
27
New cards

Eigenvalue

fill out

28
New cards

Characteristic polynomial

knowt flashcard image
29
New cards

Diagonalizable

A matrix is diagonalizable if it is similar to a diagonal matrix

30
New cards

Consistent

Has at least one solution

31
New cards

Inconsistent

If there is no solution

32
New cards

Equivalent systems

2 equations or systems of equations are equivalent if they have the same solutions

33
New cards

RREF

  1. The first non-entry zero in every row is a 1

  2. above and below each leading one are zeros

    1. Leading ones form a staircase pattern to the right and below

34
New cards

Diagonal

If all numbers above and below the diagonal are 0, then the determinant is the product of all the things in the diagonal

<p>If all numbers above and below the diagonal are 0, then the determinant is the product of all the things in the diagonal</p>
35
New cards

Upper and lower triangle

The top/bottom of the lower/upper triagnel include the diagonal (respectively)

<p>The top/bottom of the lower/upper triagnel include the diagonal (respectively)</p>
36
New cards

Gauss-Jordan theorem

Every system of linear equations can be transformed by row operations into an equivalent system in rref, and the rref is unique

37
New cards

Rouché-Capelli theorem

Talks about number of solutions

1 solution if…

no solution if…

infinite solution if…

38
New cards

Finding bases

The nonzero rows of the rref of a matrix form a basis for its row space

39
New cards

Rank-nullity theorem

For an m*n matrix A,

rank(A)+nullity(A)=n

40
New cards

diagonalization theorem

an n*n matrix A is diagonalizable if A has n linearly independent eigenvectors

A=PDP^-1

41
New cards

Gram-Schmidt process

Given a linearly independent set, the process produces orthogonal basis for the same subspace