Hi
I have a doubt regarding non linear systems. I'm trying to solve my system using the typical fsolve function and giving matlab an initial possible solution x0. A friend of mine decided of using the command syms x1 x2 in order to simulate the initial value of x and then to use vpa to obtain the real value of the roots. In both cases matlab gives an answer but the value of the roots are quite different depending on the method use.
Given the problem we have it seems that the answers given by the sym/vpa method make more sense, yet considering I have roots to an equation I would assume in both ways I'd get the same values. Can anyone explain the difference between the methods and why I obtain different answers in each case?
Thank you