This document defines key concepts in linear algebra including vector spaces, vectors, and operations on vectors such as addition and scalar multiplication. It specifically focuses on the vector space Rn:
- Rn is the set of all n-tuples of real numbers, which forms a vector space under component-wise addition and scalar multiplication.
- The dot product and norm are defined for vectors in Rn and used to determine properties like orthogonality and the angle between vectors.
- Examples show how to perform vector operations in Rn like addition, scalar multiplication, finding the dot product and norm, and determining if vectors are orthogonal.