Is there a way to get back a matrix if we know the inverse of the required matrix?
Suppose I have Y=inv(A);
How can I get A in MATLAB?
Is there a way to get back a matrix if we know the inverse of the required matrix?
Suppose I have Y=inv(A);
How can I get A in MATLAB?
If you have a matrix whose determinant is not zero,
where I is the identity matrix.