Linear combination

A finite sum of scalar multiples of vectors
Linear combination

Let XX be a over a field KK. Given vectors x1,,xmXx_1,\dots,x_m\in X and scalars α1,,αmK\alpha_1,\dots,\alpha_m\in K, a linear combination of x1,,xmx_1,\dots,x_m is any vector of the form

α1x1++αmxm=i=1mαixi. \alpha_1x_1+\cdots+\alpha_m x_m=\sum_{i=1}^m \alpha_i x_i.

Only finite sums are allowed in this definition.

Linear combinations are the basic algebraic operation behind the , and a is precisely a set that generates every vector via a unique linear combination.

Examples:

  • In R2\mathbb{R}^2, the vector (3,1)(3,1) is a linear combination of (1,0)(1,0) and (0,1)(0,1) via (3,1)=3(1,0)+1(0,1)(3,1)=3(1,0)+1(0,1).
  • In the polynomial space PP, the polynomial 2+5tt32+5t-t^3 is a linear combination of 1,t,t31,t,t^3 with coefficients 2,5,12,5,-1.
  • If f,gF(Ω)f,g\in F(\Omega), then αf+βg\alpha f+\beta g is the function xαf(x)+βg(x)x\mapsto \alpha f(x)+\beta g(x).