Matrix
Rank of a matrix
Full rank matrix
A matrix is of full rank if its rank is equal to the smallest of the number of its rows or columns.
A full-rank square matrix is invertible.
Used to solve systems of linear equations
Substitution
Elimination
Matrix methods
Row reduction
Gaussian elimination
Row echelon form
Row reduced echelon form
Convert a matrix to Row Echelon Form using elementary row operations:
- Forward Elimination
- Back Substitution
Rules
- All non-zero rows are above any rows of all zeros.
- Leading coefficient of a non-zero row is to the right of the leading coefficient of the row above it.
Rules
- Same as Row Echelon Form, plus:
- Leading coefficient of each non-zero row is 1 and is the only non-zero entry in its column.
Trace of a matrix
The maximum number of linearly independent row or column vectors in the matrix.
Importance:
- Determines the dimension of the column space.
- Related to the solutions of linear equations.
The sum of the elements on the main diagonal of a square matrix.
Properties:
- Invariant under matrix similarity.
- Used in various matrix theorems.
Inverse of a matrix
A matrix that, when multiplied by the original matrix, yields the identity matrix.
Conditions:
- Only square matrices have inverses.
- A matrix has an inverse if and only if it is of full rank.