Vector addition is commutative, meaning \mathbf{a} + \mathbf{b} = \mathbf{b} + \mathbf{a}
Vector addition is not commutative
False
What are the three basic vector operations?
Addition, subtraction, scalar multiplication
Steps to perform vector addition
1️⃣ Ensure the vectors have the same dimension
2️⃣ Add the corresponding components together
For vectors \mathbf{a} = \begin{pmatrix} a_{1} \\ a_{2} \end{pmatrix}</latex> and b=(b1b2), their sum is \begin{pmatrix} a_{1} + b_{1} \\ a_{2} + b_{2} \end{pmatrix}
The sum of (23) and (1−1) is (32)
What is the formula for adding two vectors a and b?