Clear Filters
Clear Filters

How to solve this equation in Matlab

1 view (last 30 days)
Dear All,
Can anyone please let me know how to solve the equation showed in the picture using Matlab, please.
Regards,
Carlos G

Accepted Answer

Star Strider
Star Strider on 3 Dec 2020
Put everything on the right-hand side, so:
f = @(d) expression - 30.19/d^2;
then use fzero or fsolve or the Symbolic Math Toolbox solve function (since it may have two roots, and with slightly different coding) to evaluate it.
  2 Comments
Carlos Galvis Correa
Carlos Galvis Correa on 5 Dec 2020
Hi,
I wrote the equation as "f = @(d)" as the proposed solution stated. However I used vpasolve (f,d)
Thanks for your help.
Regards,
Carlos G

Sign in to comment.

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!