Filter löschen
Filter löschen

How to display answers for a system of two nonlinear equations, in scientific notation?

1 Ansicht (letzte 30 Tage)
Hello all,
I have solved this system of equations in matlab
syms x y
sol = solve([((2*x^2)/(3-y))+2==-50, y/(2*x-3)-3==4/7], [x,y])
sol.x
disp(sol.y)
And the answer is :
ans =
650/7 - (2*101257^(1/2))/7
(2*101257^(1/2))/7 + 650/7
31975/49 - (100*101257^(1/2))/49
(100*101257^(1/2))/49 + 31975/49
I want MATLAB automatcall display answer in Scientific notation such as A*10^x. Would you please guide me what modifications I need to apply to my code?
Thank you very much

Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by