Conceptual
Login

Linear Combinations of Vectors: Scaling and Adding

A linear combination builds a new vector by multiplying each of several vectors by a scalar weight and adding the scaled results componentwise. It rests on two prior operations - scalar multiplication, which stretches every component by the same factor, and vector addition, which adds matching components - and requires all vectors involved to share the same dimension. This concept covers forming and evaluating a weighted sum of vectors and recognizing when one vector is expressible as a combination of others.