Matrix Multiplication and Operations
Math 3A
To recap: a linear transformation is also known as a function that maps vectors to other vectors, and matrices can be thought of as linear transformations and coordinates
Matrix operations should coordinate with operations on Linear Transformations
Matrix operations | Operations on Linear Transformations |
---|---|
Scalar multiplication | Scalar multiplication |
Addition/subtraction | Addition/substraction |
Multiplication of Matricies | Function composition |
Vector multiplication | Functions |
A linear transformation that maps a vector space onto itself must be represented by a square matrix
In matrix multiplication, and linear transformations in general, the order in which you do things matters because you can get different results
Matrix operations
Matrix addition is well defined when A and B have the same dimensions. Addition can be defined as (A + B)ij = Aij + Bij
Matrix addition is well defined when the number of columns in B is equal to the number of rows in A
Examples
Properties of Matrix Arithmetic
- A + B = B + A
- A + (B + C) = (A + B) + C
- 0 + A = A
- A - A = 0