How does MATLAB arrange the complex values in the vector obtained from mldivision?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Dear all, I have met the following problem: When I use X= A \ B, in sense of 4 algebraic complex equations with 4 unknowns, I of course obtain the result vector X =
[X1=-4.2192e-010 -2.3992e-010i; X2= 6.9197e-011 -4.0727e-010i; X3=0.044132 - 0.052999i; X4=0.061293 + 0.052999i].
Unfortunately, an error in the final results occured and after some hand calculation I have found that the order of the X’s values does not correspond to the order of the equations. Do you know how MatLab arranges the values in the vector X, obtained from the system of eq’s A*X=B? Thank you in advance for the valuable help! Regards
2 Comments
David Sanchez
on 20 May 2013
Could you please provide you A and B matrices,please? I would like to perform the calculation myself and see where is the error. Thanks
Silvia Sasheva
on 23 May 2013
Edited: Silvia Sasheva
on 23 May 2013
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!