Scalar multiplication
From Wikipedia, the free encyclopedia
In mathematics, scalar multiplication is one of the basic operations defining a vector space in linear algebra (or more generally, a module in abstract algebra). Note that scalar multiplication is different from scalar product which is an inner product between two vectors.
More specifically, if K is a field and V is a vector space over K, then scalar multiplication is a function from K × V to V. The result of applying this function to c in K and v in V is c'v.
Scalar multiplication obeys the following rules (vector in boldface):
- Left distributivity: (c + d)v = c''v + d''v;
- Right distributivity: c(v + w) = c''v + c''w;
- Associativity: (c''d)v = c(d''v);
- Multiplying by 1 does not change a vector: 1v = v;
- Multiplying by 0 gives the null vector: 0v = 0;
- Multiplying by -1 gives the additive inverse: (-1)v = -v.
Here + is addition either in the field or in the vector space, as appropriate; and 0 is the additive identity in either. Juxtaposition indicates either scalar multiplication or the multiplication operation in the field.
Scalar multiplication may be viewed as an external binary operation or as an action of the field on the vector space. A geometric interpretation to scalar multiplication is a stretching or shrinking of a vector.
As a special case, V may be taken to be K itself and scalar multiplication may then be taken to be simply the multiplication in the field. When V is Kn, then scalar multiplication is defined component-wise.
The same idea goes through with no change if K is a commutative ring and V is a module over K. K can even be a rig, but then there is no additive inverse. If K is not commutative, then the only change is that the order of the multiplication may be reversed from what we've written above.