Difference between revisions of "Matrix Algebra and Matrix Multiplication"
Jump to navigation
Jump to search
Line 51: | Line 51: | ||
0 & 0 & 1 | 0 & 0 & 1 | ||
\end{bmatrix} = | \end{bmatrix} = | ||
+ | \begin{bmatrix} | ||
3 & 6 & 9\\ | 3 & 6 & 9\\ | ||
0 & 3 & 6\\ | 0 & 3 & 6\\ | ||
Line 63: | Line 64: | ||
0 & 0 & 7 | 0 & 0 & 7 | ||
\end{bmatrix} = | \end{bmatrix} = | ||
+ | \begin{bmatrix} | ||
-1 & 2 & -4\\ | -1 & 2 & -4\\ | ||
1 & -\frac{1}{2} & 3\\ | 1 & -\frac{1}{2} & 3\\ |
Revision as of 11:33, 17 September 2021
Contents
Matrix Operations
Adding and subtracting matrices
In order to add or subtract two matrices, they must be of the same dimension; that is, the two matrices must have the same number of rows and the same number of columns. To add two matrices together, we simply need to add every entry in one matrix to the entry in the same row and same column in the other matrix. For example:
Multiplying matrices by scalars
When multiplying a matrix by a scalar (or number), all we need to do is multiply each entry of the matrix by the scalar. For example:
Multiplying matrices
Resources
- Matrix Addition and Subtraction, Khan Academy
- Multiplying Matrices by Scalars, Khan Academy
- Matrix Multiplication, Khan Academy