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?
Copyright © 2021 Jogjafile Inc.
If you have a matrix whose determinant is not zero,
where I is the identity matrix.