Menu

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

  1. Vector Addition: Adding corresponding components.
  2. Scalar Multiplication: Multiplying each component by a scalar.