Module# 5: Doing Math assignment



Unfortunately, we couldn't get perform inverses on these matrices because A is a singular matrix, which means that, a square matrix (m = n) that is not invertible is called singular or degenerate. A square matrix is singular if and only if its determinant is 0. In our case A has a determinant equals to 0.

Moving on to the matrix B, unluckily that matrix is not a square matrix. Matrix inversion happen only on rectangular matrix.

That's all for this week, take care.

~Mihir

Comments