How to solve implicit equations without the Symbolic Math Toolbox
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (2)
Roger Stafford
le 31 Juil 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
le 27 Sep 2018
0 votes
Creo que siempre debe construirse la gráfica con "ezplot". Y analizarla antes de comenzar a calcular. Evita muchas sorpresas y equivocaciones.
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!