Scalar Multiplication
   HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, scalar multiplication is one of the basic operations defining a
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
in
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as :a_1x_1+\cdots +a_nx_n=b, linear maps such as :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrix (mathemat ...
(or more generally, a module in
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures, which are set (mathematics), sets with specific operation (mathematics), operations acting on their elements. Algebraic structur ...
). In common geometrical contexts, scalar multiplication of a real
Euclidean vector In mathematics, physics, and engineering, a Euclidean vector or simply a vector (sometimes called a geometric vector or spatial vector) is a geometric object that has magnitude (or length) and direction. Euclidean vectors can be added and scal ...
by a positive real number multiplies the magnitude of the vector without changing its direction. Scalar multiplication is the multiplication of a vector by a scalar (where the product is a vector), and is to be distinguished from
inner product In mathematics, an inner product space (or, rarely, a Hausdorff pre-Hilbert space) is a real vector space or a complex vector space with an operation called an inner product. The inner product of two vectors in the space is a scalar, ofte ...
of two vectors (where the product is a scalar).


Definition

In general, 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 ''k'' in ''K'' and v in ''V'' is denoted ''k''v.


Properties

Scalar multiplication obeys the following rules ''(vector in boldface)'': * Additivity in the scalar: (''c'' + ''d'')v = ''c''v + ''d''v; * Additivity in the vector: ''c''(v + w) = ''c''v + ''c''w; * Compatibility of product of scalars with scalar multiplication: (''cd'')v = ''c''(''d''v); * Multiplying by 1 does not change a vector: 1v = v; * Multiplying by 0 gives the zero vector: 0v = 0; * Multiplying by −1 gives the
additive inverse In mathematics, the additive inverse of an element , denoted , is the element that when added to , yields the additive identity, 0 (zero). In the most familiar cases, this is the number 0, but it can also refer to a more generalized zero el ...
: (−1)v = −v. Here, + is
addition Addition (usually signified by the Plus and minus signs#Plus sign, plus symbol, +) is one of the four basic Operation (mathematics), operations of arithmetic, the other three being subtraction, multiplication, and Division (mathematics), divis ...
either in the field or in the vector space, as appropriate; and 0 is the additive identity in either.
Juxtaposition Juxtaposition is an act or instance of placing two opposing elements close together or side by side. This is often done in order to Comparison, compare/contrast the two, to show similarities or differences, etc. Speech Juxtaposition in literary ...
indicates either scalar multiplication or the
multiplication Multiplication is one of the four elementary mathematical operations of arithmetic, with the other ones being addition, subtraction, and division (mathematics), division. The result of a multiplication operation is called a ''Product (mathem ...
operation in the field.


Interpretation

The space of vectors may be considered a coordinate space where elements are associated with a list of elements from ''K''. The units of the field form a group ''K'' × and the scalar-vector multiplication is a
group action In mathematics, a group action of a group G on a set S is a group homomorphism from G to some group (under function composition) of functions from S to itself. It is said that G acts on S. Many sets of transformations form a group under ...
on the coordinate space by ''K'' ×. The zero of the field acts on the coordinate space to collapse it to the zero vector. When ''K'' is the field of real numbers there is a geometric interpretation of scalar multiplication: it stretches or contracts vectors by a constant factor. As a result, it produces a vector in the same or opposite direction of the original vector but of a different length. 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 ''K''''n'', scalar multiplication is equivalent to multiplication of each component with the scalar, and may be defined as such. The same idea applies if ''K'' is a
commutative ring In mathematics, a commutative ring is a Ring (mathematics), ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra. Complementarily, noncommutative algebra is the study of ring prope ...
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 In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
, the distinct operations ''left scalar multiplication'' ''c''v and ''right scalar multiplication'' v''c'' may be defined.


Scalar multiplication of matrices

The left scalar multiplication of a matrix with a scalar gives another matrix of the same size as . It is denoted by , whose entries of are defined by : (\lambda \mathbf)_ = \lambda\left(\mathbf\right)_\,, explicitly: : \lambda \mathbf = \lambda \begin A_ & A_ & \cdots & A_ \\ A_ & A_ & \cdots & A_ \\ \vdots & \vdots & \ddots & \vdots \\ A_ & A_ & \cdots & A_ \\ \end = \begin \lambda A_ & \lambda A_ & \cdots & \lambda A_ \\ \lambda A_ & \lambda A_ & \cdots & \lambda A_ \\ \vdots & \vdots & \ddots & \vdots \\ \lambda A_ & \lambda A_ & \cdots & \lambda A_ \\ \end\,. Similarly, even though there is no widely-accepted definition, the right scalar multiplication of a matrix with a scalar could be defined to be : (\mathbf\lambda)_ = \left(\mathbf\right)_ \lambda\,, explicitly: : \mathbf\lambda = \begin A_ & A_ & \cdots & A_ \\ A_ & A_ & \cdots & A_ \\ \vdots & \vdots & \ddots & \vdots \\ A_ & A_ & \cdots & A_ \\ \end\lambda = \begin A_ \lambda & A_ \lambda & \cdots & A_ \lambda \\ A_ \lambda & A_ \lambda & \cdots & A_ \lambda \\ \vdots & \vdots & \ddots & \vdots \\ A_ \lambda & A_ \lambda & \cdots & A_ \lambda \\ \end\,. When the entries of the matrix and the scalars are from the same commutative field, for example, the real number field or the complex number field, these two multiplications are the same, and can be simply called ''scalar multiplication''. For matrices over a more general field that is ''not'' commutative, they may not be equal. For a real scalar and matrix: : \lambda = 2, \quad \mathbf =\begin a & b \\ c & d \\ \end : 2 \mathbf = 2 \begin a & b \\ c & d \\ \end = \begin 2 \!\cdot\! a & 2 \!\cdot\! b \\ 2 \!\cdot\! c & 2 \!\cdot\! d \\ \end = \begin a \!\cdot\! 2 & b \!\cdot\! 2 \\ c \!\cdot\! 2 & d \!\cdot\! 2 \\ \end = \begin a & b \\ c & d \\ \end2= \mathbf2. For quaternion scalars and matrices: : \lambda = i, \quad \mathbf = \begin i & 0 \\ 0 & j \\ \end : i\begin i & 0 \\ 0 & j \\ \end = \begin i^2 & 0 \\ 0 & ij \\ \end = \begin -1 & 0 \\ 0 & k \\ \end \ne \begin -1 & 0 \\ 0 & -k \\ \end = \begin i^2 & 0 \\ 0 & ji \\ \end = \begin i & 0 \\ 0 & j \\ \endi\,, where are the quaternion units. The non-commutativity of quaternion multiplication prevents the transition of changing to .


See also

*
Dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
* Matrix multiplication *
Multiplication of vectors In mathematics, vector multiplication may refer to one of several operations between two (or more) vectors. It may concern any of the following articles: * Dot product – also known as the "scalar product", a binary operation that takes two vector ...
* Product (mathematics) * Scalar division *
Scaling (geometry) In affine geometry, uniform scaling (or isotropic scaling) is a linear transformation that enlarges (increases) or shrinks (diminishes) objects by a '' scale factor'' that is the same in all directions ( isotropically). The result of uniform s ...


References

{{Linear algebra Operations on vectors Multiplication