🏋️ Practice Exercises
Magnitude of (5, 12):
💡 √(x² + y²).
Dot product (2, −1, 3) · (4, 5, −2):
💡 Sum of component products.
Find angle between (1, 0) and (1, 1):
💡 cos θ = a·b / (|a||b|).