How to make the inverse operation of a " \ " operator ?
Show older comments
Lets have a square matrix A, and a rectangular transformation X, such that B has a lower order than A and one has the following expresion:
B=(X\A)*X;
If experimentally somehow One alreaddy has the datta from both B and X, how to solve the expresion for A without using pinv(X)? (wich actually is not accurrate)
2 Comments
Jan
on 2 Aug 2013
Why do you assume that the PINV method is not "accurate"?
Carlos A. Morales Rergis
on 2 Aug 2013
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!