Vectors and Vector Spaces Part 1: Foundations and Vector Operations

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/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core definitions and terms from Module 4: Vectors and Vector Spaces Part 1 (Foundations and Vector Operations).

Last updated 8:19 AM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Scalar

A number used to scale a vector, belonging to R\mathbb{R} in real vector spaces.

2
New cards

Coordinate Vector

An ordered list of nn real numbers in Rn\mathbb{R}^n, usually written as a column vector.

3
New cards

Components

The individual entries that make up a coordinate vector, where their order matters.

4
New cards

Coordinate Space (Rn\mathbb{R}^n)

The set of all ordered nn-tuples of real numbers written as column vectors (x1x2xn)\begin{pmatrix} x_1 \\ x_2 \\ \dots \\ x_n \end{pmatrix} where xiRx_i \in \mathbb{R} for i=1,,ni = 1, \dots, n.

5
New cards

Equality of Coordinate Vectors

The condition where two coordinate vectors have the same number of components and all corresponding components are equal.

6
New cards

Displacement Vector

A vector that describes a change in location between points, as opposed to a point which identifies a fixed location.

7
New cards

Vector Addition

An operation on vectors u,vRnu, v \in \mathbb{R}^n performed by adding corresponding components to yield u+v=(u1+v1u2+v2un+vn)u + v = \begin{pmatrix} u_1 + v_1 \\ u_2 + v_2 \\ \dots \\ u_n + v_n \end{pmatrix}.

8
New cards

Zero Vector

A vector in Rn\mathbb{R}^n consisting of nn zero components, denoted 0=(0,,0)T0 = (0, \dots, 0)^T, which represents no displacement and satisfies u+0=uu + 0 = u.

9
New cards

Additive Inverse

For a vector uu, the vector u=(u1,,un)T-u = (-u_1, \dots, -u_n)^T that reverses every component, satisfying u+(u)=0u + (-u) = 0.

10
New cards

Vector Subtraction

The operation defined as the addition of the additive inverse, given by uv=u+(v)u - v = u + (-v).

11
New cards

Scalar Multiplication

An operation multiplying every component of a vector uRnu \in \mathbb{R}^n by a real scalar aRa \in \mathbb{R}, resulting in au=(au1au2aun)au = \begin{pmatrix} au_1 \\ au_2 \\ \dots \\ au_n \end{pmatrix}.

12
New cards

Euclidean Norm

The length of a vector uRnu \in \mathbb{R}^n, defined as u=u12+u22++un2\|u\| = \sqrt{u_1^2 + u_2^2 + \dots + u_n^2}.

13
New cards

Euclidean Distance

The distance between two vectors uu and vv, defined as d(u,v)=uv=i=1n(uivi)2d(u, v) = \|u - v\| = \sqrt{\sum_{i=1}^n (u_i - v_i)^2}.

14
New cards

Unit Vector

A vector whose Euclidean norm is equal to 11.

15
New cards

Normalization

The process of dividing a non-zero vector uu by its norm to create a unit vector u^=uu\hat{u} = \frac{u}{\|u\|} pointing in the same direction.

16
New cards

Real Vector Space

A non-empty set VV equipped with vector addition and scalar multiplication by real numbers that satisfies the ten vector-space axioms.

17
New cards

Subspace

A subset WW of a vector space VV that is itself a vector space using the same addition and scalar multiplication operations as VV.

18
New cards

Subspace Test

A three-condition criteria proving WVW \subseteq V is a subspace by showing 0W0 \in W, closure under addition (u+vWu + v \in W), and closure under scalar multiplication (auWau \in W).

19
New cards

Kernel of a Matrix

For an m×nm \times n matrix AA, the set ker(A)={xRn:Ax=0}\text{ker}(A) = \{x \in \mathbb{R}^n : Ax = 0\}, which is always a subspace of Rn\mathbb{R}^n.

20
New cards

Feature Vector

An ordered vector of numerical measurements (x1,,xn)T(x_1, \dots, x_n)^T representing an object's features in computing applications.