Calculate linear combinations of 2D and 3D vectors with scalar coefficients
Enter vectors and their corresponding scalar coefficients to compute their linear combination. Essential for understanding vector spaces, linear independence, and spanning sets in linear algebra.
Click on any example to load it into the calculator
Basic combination of two 2D vectors
Dimension: 2D
Vectors: 2
3 × [1,2]
-2 × [4,1]
Linear combination of three 3D vectors
Dimension: 3D
Vectors: 3
2 × [1,0,0]
3 × [0,1,0]
-1 × [0,0,1]
Checking if vectors can create zero vector
Dimension: 2D
Vectors: 3
1 × [2,1]
-1 × [1,3]
1 × [1,-2]
Computing weighted combination of position vectors
Dimension: 3D
Vectors: 2
0.7 × [3,4,5]
0.3 × [1,2,1]