Scalar Multiplication of a Matrix

Functions & Advanced Algebra

Scalar multiplication of a matrix multiplies every entry of the matrix by a single number called a scalar.

Formula

(cA)_{ij} = c \cdot a_{ij}

Definition

Scalar multiplication means multiplying a matrix by a single number (the scalar). You multiply every number inside the matrix by that scalar.

Example

$3 \cdot \begin{bmatrix}2 & -1\\0 & 4\end{bmatrix} = \begin{bmatrix}3\times 2 & 3\times(-1)\\3\times 0 & 3\times 4\end{bmatrix} = \begin{bmatrix}6 & -3\\0 & 12\end{bmatrix}$. Every entry is multiplied by $3$.

Key Insight

Multiplying a matrix by a scalar scales every entry uniformly. It is like zooming a photograph in or out: every pixel changes by the same factor.

Definition

For a scalar $c$ (a real or complex number) and an $m \times n$ matrix $A$, the product $cA$ is the $m \times n$ matrix with entries $(cA)_{ij} = c \cdot a_{ij}$. Properties: $c(A+B) = cA + cB$, $(c+d)A = cA + dA$, $c(dA) = (cd)A$, $1 \cdot A = A$.

Example

$A = \begin{bmatrix}3 & 6\\9 & 12\end{bmatrix}$. $(1/3)A = \begin{bmatrix}1 & 2\\3 & 4\end{bmatrix}$. $(-1)A = \begin{bmatrix}-3 & -6\\-9 & -12\end{bmatrix}$. Scalar multiplication scales the matrix but does not change its structure (rank, zero pattern, etc.).

Key Insight

Scalar multiplication and matrix addition together give $M_{m,n}$ the structure of a vector space. The "vectors" are matrices, and the scalars scale them just as in ordinary vector spaces.

Definition

Scalar multiplication endows $M_{m,n}(F)$ with an $F$-module structure. For matrix algebras, scalar multiplication is central: $cA = Ac$ (scalars commute with all matrices), so the center of $M_n(F)$ contains all scalar matrices $\{cI : c \in F\}$. For $F = \mathbb{C}$, the center is exactly the scalar matrices by Schur's lemma applied to the irreducible representation of $M_n(\mathbb{C})$ on $\mathbb{C}^n$.

Example

The scalar matrix $cI_n$ commutes with every matrix in $M_n(F)$: $(cI)A = c(IA) = cA = c(AI) = A(cI)$. This is the algebraic content of Schur's lemma for irreducible representations.

Key Insight

Schur's lemma in representation theory states that intertwiners of irreducible representations are scalar multiples of the identity. This is the generalization of the commutant of $M_n(\mathbb{C})$ being scalar matrices, with far-reaching consequences in group representation theory.