Matrix algebra
A matrix algebra involves rectangular arrays with entries from some Field
- Matrix addition
β Two matrices of the same number of rows and columns are added piecewise,
so for
, the resulting matrix is obtained byπΆ = π΄ + π΅
- Matrix multiplication
β If
isπ΄ = ( π π π ) andπ Γ π isπ΅ = ( π π π ) , then the matrix productπ Γ π exists and is obtained fromπ΄ π΅
Which more intuitively involves taking the dot product of each row of
The matrix transpose is closely related to Duality.
For example, covectors are the transpose of vectors.
4. Scalar multiplication
β Every entry of matrix
Note a matrix of size
Properties
From the definitions of the operations above, it follows that1
(matrix addition is associative)π΄ + π΅ = π΅ + π΄ (matrix addition is associative)( π΄ + π΅ ) + πΆ = π΄ + ( π΅ + πΆ ) (scalar multiplication is distributive over matrix addition)πΌ ( π΄ + π΅ ) = πΌ π΄ + πΌ π΅ (scalar multiplication is distributive over scalar addition)( πΌ + π½ ) π΄ = πΌ π΄ + π½ π΄ (scalar multiplication is associative)( πΌ π½ ) π΄ = πΌ ( π½ π΄ ) (matrix multiplication is associative)π΄ ( π΅ πΆ ) = ( π΄ π΅ ) πΆ and( πΌ π΄ ) π΅ = πΌ ( π΄ π΅ ) (scalar multiplication is commutative)π΄ ( πΌ π΅ ) = πΌ ( π΄ π΅ ) (matrix multiplication is left-distributive over addition)π΄ ( π΅ + πΆ ) = π΄ π΅ + π΄ πΆ (matrix multiplication is right-distributive over addition)( π΄ + π΅ ) πΆ = π΄ πΆ + π΅ πΆ (transposition is an involution)( π΄ π³ ) π³ (transposition is distributive over addition)( π΄ + π΅ ) π³ = π΄ π³ + π΅ π³ (transposition is anti-distributive over square matrix multiplication)( π΄ π΅ ) π³ = π΅ π³ π΄ π³
Notable differences between matrix algebra and the real numbers are
- Matrix multiplication is not distributive
- The multiplicative identity, and therefore the multiplicative inverse, only exist in square matrices. See Types of square matrix.
Footnotes
-
2022. MATH1012: Mathematical theory and methods, pp. 52n. β©