Matrix addition and subtraction is an element by element operation. Two matrices must have the same dimensions in order to be added or subtracted.
When multiplying a matrix
Multiplication of Matrix
If
When multiplying two matrices, we can calculate the value of the element at row
The transpose of a matrix
- The rows of
$\mathbf{A^T}$ are the columns of$\mathbf{A}$ . - The columns of
$\mathbf{A^T}$ are the rows of$\mathbf{A}$ .
Mathematically, the element at row
The trace of an
The determinant is a useful value when describing a matrix. It can be denoted in one of three ways:
$\text{det } \left(\mathbf{A}\right)$ $\text{det } \mathbf{A}$ $|\mathbf{A}|$
1x1 Matrices
The determinant of a
2x2 Matrices
The determinant of a
Larger Matrices
If you are interested in learning more you should look at the Wikipedia article: Determinant.
The inverse of a matrix
A matrix
1x1 Matrices
For a
2x2 Matrices
The inverse of a
Larger Matrices
If you are interested in learning more you should look at the Wikipedia article Invertible Matrix.