Hi,
Last day I learned about matrix equations like this:
AX = C
A–1AX = A–1C
IX = A–1C
X = A–1C
The objective of this is to Find X.
Here they done it by right multiplication of the Inverse matrix (A^-1).
My Questions are:
1) Where can I get more of these exercises and in...