Say, You have two matrices P and Q. Matrix division is the process of multiplying matrix P with inverse of matrix Q.
Hearing matrix division, you may think of dividing corresponding elements of two matrices. But, that's not the case. There is no such thing as matrix division (by dividing corresponding elements) in linear algebra.
Instead, matrix division is referred to multiplication of the first matrix with inverse of second matrix. That is, P * Q^-1
For example, when we divide 12 ÷ 3. We are actually multiplying 12 with inverse of 3, which is 1/3. So, 12 ÷ 3 = 12 * 1/3 = 4
Same way, matrix division is the multiplication of first matrix with inverse of second matrix. That is, P * Q^-1