1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Linear Combination
An expression formed by multiplying a set of vectors by scalar coefficients and adding the results, written as c1v1+c2v2+⋯+cnvn.
Span
The set of all possible linear combinations of a given collection of vectors, which forms a subspace of the vector space.
Linear Independence
A property of a set of vectors where the equation c1v1+c2v2+⋯+ckvk=0 is satisfied only when c1=c2=⋯=ck=0.
Basis
A set of vectors in a vector space that is both linearly independent and spans the entire space.
Dimension
The number of vectors in any basis for a given vector space.
Rank of a Matrix
The maximum number of linearly independent column (or row) vectors in a matrix, representing the dimension of its column space.
Nullity
The dimension of the null space (kernel) of a matrix A, representing the dimension of the solution space to Ax=0.
Rank-Nullity Theorem
For an m×n matrix A, this theorem states that rank(A)+nullity(A)=n.
Determinant
A scalar value computed from a square matrix that indicates whether the matrix is invertible, where a value of 0 means the matrix is singular.
Eigenvalue
A scalar λ such that Av=λv for a square matrix A and a non-zero vector v.
Eigenvector
A non-zero vector v that, when multiplied by a square matrix A, results in a scalar multiple of itself according to Av=λv.
Characteristic Equation
The equation det(A−λI)=0 used to calculate the eigenvalues of a square matrix A.
Dot Product
An operation taking two vectors that yields a scalar given by u⋅v=∑i=1nuivi=∥u∥∥v∥cos(θ).
Cross Product
A binary operation on two vectors in three-dimensional space producing a vector orthogonal to both, with magnitude equal to ∥u∥∥v∥sin(θ).
Orthogonal Projection
The projection of a vector u onto a non-zero vector v, given by projv(u)=∥v∥2u⋅vv.