Determinant:The determinant of a square matrix is a scalar value that provides information about the matrix, such as whether it is invertible and the number of linearly independent rows or columns.
Null Space: The null space of a matrix is the set of all vectors $\vec{x}$ such that $A\vec{x} = \vec{0}$, where $A$ is the matrix. It represents the space of all vectors that are mapped to the zero vector by the matrix.
Row Echelon Form:The row echelon form of a matrix is a transformed version of the matrix where the leading entry in each non-zero row is a 1, and all entries below it are 0. The number of non-zero rows in the row echelon form is equal to the rank of the matrix.