Vectors
Definition
A vector is an element of a Vector Space. While you may be familiar with vectors as "arrows" in or , the concept is much more general.
Common Examples
- Geometric Vectors: Points/arrows in
- Polynomials: Elements of polynomial space
- Functions: Elements of function spaces
- Matrices: Elements of matrix spaces
Operations
Vectors can be:
- Added together (linearly combined)
- Multiplied by scalars
- Combined to make spans
- Used to generate subspaces
Why So General?
The power of linear algebra comes from treating very different objects (polynomials, functions, matrices) as "vectors". This lets us:
- Use the same tools across different areas of math
- Find patterns between seemingly unrelated problems
- Solve complex problems by breaking them into linear pieces
Think of vectors as the "things" in your vector space that you can add and scale - whatever those "things" might be!
Exercise
Show that the set of all polynomials of degree ≤ 2 forms a vector space. What are the vectors in this space?