Perform vector operations, analyze vector spaces, and visualize vectors in 2D to 5D space
| Vector Type | Vector | Properties |
|---|---|---|
| Zero Vector | [0, 0, 0, 0, 0] | Magnitude: 0 |
| Unit Vector | [1, 0, 0, 0, 0] | Magnitude: 1 |
| Orthogonal Vectors | [1, 0, 0] and [0, 1, 0] | Dot product: 0 |
| Parallel Vectors | [1, 2, 3] and [2, 4, 6] | Cross product: [0, 0, 0] |
| Standard Basis | [1,0,0], [0,1,0], [0,0,1] | Basis for R³ |
A vector space is a collection of vectors that can be added together and multiplied by scalars (real numbers) while satisfying certain axioms.
For a set V to be a vector space, it must satisfy:
Common vector operations and their formulas:
A vector space is a fundamental concept in linear algebra. It is a set of objects called vectors, which may be added together and multiplied by scalars (numbers).
Formally, a vector space over a field F (often the real numbers ℝ) is a set V equipped with two operations:
These operations must satisfy the eight axioms listed in the knowledge base section.
Scalars are single numbers that represent magnitude but not direction. They can be real or complex numbers.
Vectors are mathematical objects that have both magnitude and direction. They are typically represented as arrays of numbers.
Key differences:
The dot product (or scalar product) is a fundamental operation in vector algebra with many applications:
A basis of a vector space is a set of linearly independent vectors that span the full space. This means:
Key properties:
Vector spaces have numerous applications across various fields: