How to solve implicit equations without the Symbolic Math Toolbox
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (2)
Roger Stafford
el 31 de Jul. de 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
el 27 de Sept. de 2018
0 votos
Creo que siempre debe construirse la gráfica con "ezplot". Y analizarla antes de comenzar a calcular. Evita muchas sorpresas y equivocaciones.
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!