How to solve implicit equations without the Symbolic Math Toolbox
Ältere Kommentare anzeigen
Hi everyone,
I am trying to solve the following equation:

All the other variables are known except M. I am trying to solve for M. The MATLAB installation I am using is an academic version which doesn't have the Symbolic Math Toolbox. I would appreciate any help on this. Thanks.
Akzeptierte Antwort
Weitere Antworten (2)
Roger Stafford
am 31 Jul. 2015
The matlab function 'fzero', which I am sure you do have, and which is explained at:
http://www.mathworks.com/help/matlab/ref/fzero.html
will allow you to solve your problem. It does require an initial estimate of the approximate solution, and you can get that by first creating a plot of your expression as M varies to see roughly where it crosses the A/A* value, that is, where the difference between the two sides of your equation is zero.
José Luis Vicens
am 27 Sep. 2018
0 Stimmen
Creo que siempre debe construirse la gráfica con "ezplot". Y analizarla antes de comenzar a calcular. Evita muchas sorpresas y equivocaciones.
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!