Linear Algebra

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

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:14 PM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Linear Combination

An expression formed by multiplying a set of vectors by scalar coefficients and adding the results, written as c1v1+c2v2++cnvnc_1 \mathbf{v}_1 + c_2 \mathbf{v}_2 + \dots + c_n \mathbf{v}_n.

2
New cards

Span

The set of all possible linear combinations of a given collection of vectors, which forms a subspace of the vector space.

3
New cards

Linear Independence

A property of a set of vectors where the equation c1v1+c2v2++ckvk=0c_1 \mathbf{v}_1 + c_2 \mathbf{v}_2 + \dots + c_k \mathbf{v}_k = \mathbf{0} is satisfied only when c1=c2==ck=0c_1 = c_2 = \dots = c_k = 0.

4
New cards

Basis

A set of vectors in a vector space that is both linearly independent and spans the entire space.

5
New cards

Dimension

The number of vectors in any basis for a given vector space.

6
New cards

Rank of a Matrix

The maximum number of linearly independent column (or row) vectors in a matrix, representing the dimension of its column space.

7
New cards

Nullity

The dimension of the null space (kernel) of a matrix AA, representing the dimension of the solution space to Ax=0A \mathbf{x} = \mathbf{0}.

8
New cards

Rank-Nullity Theorem

For an m×nm \times n matrix AA, this theorem states that rank(A)+nullity(A)=n\text{rank}(A) + \text{nullity}(A) = n.

9
New cards

Determinant

A scalar value computed from a square matrix that indicates whether the matrix is invertible, where a value of 00 means the matrix is singular.

10
New cards

Eigenvalue

A scalar λ\lambda such that Av=λvA \mathbf{v} = \lambda \mathbf{v} for a square matrix AA and a non-zero vector v\mathbf{v}.

11
New cards

Eigenvector

A non-zero vector v\mathbf{v} that, when multiplied by a square matrix AA, results in a scalar multiple of itself according to Av=λvA \mathbf{v} = \lambda \mathbf{v}.

12
New cards

Characteristic Equation

The equation det(AλI)=0\det(A - \lambda I) = 0 used to calculate the eigenvalues of a square matrix AA.

13
New cards

Dot Product

An operation taking two vectors that yields a scalar given by uv=i=1nuivi=uvcos(θ)\mathbf{u} \cdot \mathbf{v} = \sum_{i=1}^n u_i v_i = \|\mathbf{u}\| \|\mathbf{v}\| \cos(\theta).

14
New cards

Cross Product

A binary operation on two vectors in three-dimensional space producing a vector orthogonal to both, with magnitude equal to uvsin(θ)\parallel\mathbf{u}\parallel \parallel\mathbf{v}\parallel \sin(\theta).

15
New cards

Orthogonal Projection

The projection of a vector u\mathbf{u} onto a non-zero vector v\mathbf{v}, given by projv(u)=uvv2v\text{proj}_{\mathbf{v}}(\mathbf{u}) = \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{v}\|^2} \mathbf{v}.