Question 63 : Which of the following statements are true:
I. Matrices can be added or subtracted only if they are of the same order
II. Matrices of the same order cannot be multiplied unless they are square matrices
III. One square matrix can be divided only by another square matrix
IV. If A is a square matrix and A- its inverse, the AA- = A-A
Answer: Statement IV is correct, it correctly describes the behavior of an inverse.
Would it be possible to explain how IV is true.
A*A- is the identity matrix, but A minus A is zero, and not the identity matrix. I am confused.