How to solve implicit equations without the Symbolic Math Toolbox
Show older comments
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.
Accepted Answer
More Answers (2)
Roger Stafford
on 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
on 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.
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!