Lesson 1: Introduction to Vectors
VECTORS
Vectors are geometric objects that have magnitude and direction. In data science, we often treat them as ordered lists of numbers.
Operations
- Vector Addition: Adding corresponding components.
- Scalar Multiplication: Multiplying each component by a scalar.