Computing an Inverse of a Matrix
2019-02-16
A square matrix that is not invertible is called singular or degenerate. A square matrix is singular if and only if its determinant is 0. The easiest way to compute the inverse of a matrix is using the formula of RREF, where you augment the matrix with it’s identity andContinue Reading