Definition: Matrix
A matrix a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
Link to original
Definition: Matrix equality
Two matrices are defined to be equal if they have the same size and their corresponding entries are equal.
Link to original
Definition: Matrix operations
Let and are matrices of the same size
Then
Link to original
- Sum is the matrix obtained by adding the entries of to the corresponding entries of
- Difference is the matrix obtained by subtracting the entries of from the corresponding entries of .
- Matrices of different sizes cannot be added or subtracted.
Definition: Matrix scalar multiplication
Let
Then
Link to original
- Product is the matrix obtained by multiplying entry of by
- We say a scalar multiple of
Definition: Matrix product
Let
- : matrix
- : matrix
Then the product is a matrix, whose entries are determined as follows:
Link to original
- To find the entry in row and column of , single out row from the matrix and column from the matrix .
- Multiply the corresponding entries from the row and column together, and then add up the resulting products.
Exercise
Matrix multiplication
Consider the matrices
Since is a matrix, and is a matrix, the product is a matrix.
The process of matrix multiplication is illlustrated below:
Entry of is:
Entry of is:
The computation for the remaining entries are:
Obtaining