1/19
Vocabulary flashcards covering core definitions and terms from Module 4: Vectors and Vector Spaces Part 1 (Foundations and Vector Operations).
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Scalar
A number used to scale a vector, belonging to R in real vector spaces.
Coordinate Vector
An ordered list of n real numbers in Rn, usually written as a column vector.
Components
The individual entries that make up a coordinate vector, where their order matters.
Coordinate Space (Rn)
The set of all ordered n-tuples of real numbers written as column vectors x1x2…xn where xi∈R for i=1,…,n.
Equality of Coordinate Vectors
The condition where two coordinate vectors have the same number of components and all corresponding components are equal.
Displacement Vector
A vector that describes a change in location between points, as opposed to a point which identifies a fixed location.
Vector Addition
An operation on vectors u,v∈Rn performed by adding corresponding components to yield u+v=u1+v1u2+v2…un+vn.
Zero Vector
A vector in Rn consisting of n zero components, denoted 0=(0,…,0)T, which represents no displacement and satisfies u+0=u.
Additive Inverse
For a vector u, the vector −u=(−u1,…,−un)T that reverses every component, satisfying u+(−u)=0.
Vector Subtraction
The operation defined as the addition of the additive inverse, given by u−v=u+(−v).
Scalar Multiplication
An operation multiplying every component of a vector u∈Rn by a real scalar a∈R, resulting in au=au1au2…aun.
Euclidean Norm
The length of a vector u∈Rn, defined as ∥u∥=u12+u22+⋯+un2.
Euclidean Distance
The distance between two vectors u and v, defined as d(u,v)=∥u−v∥=∑i=1n(ui−vi)2.
Unit Vector
A vector whose Euclidean norm is equal to 1.
Normalization
The process of dividing a non-zero vector u by its norm to create a unit vector u^=∥u∥u pointing in the same direction.
Real Vector Space
A non-empty set V equipped with vector addition and scalar multiplication by real numbers that satisfies the ten vector-space axioms.
Subspace
A subset W of a vector space V that is itself a vector space using the same addition and scalar multiplication operations as V.
Subspace Test
A three-condition criteria proving W⊆V is a subspace by showing 0∈W, closure under addition (u+v∈W), and closure under scalar multiplication (au∈W).
Kernel of a Matrix
For an m×n matrix A, the set ker(A)={x∈Rn:Ax=0}, which is always a subspace of Rn.
Feature Vector
An ordered vector of numerical measurements (x1,…,xn)T representing an object's features in computing applications.