Solving an equation on MATLAB

1 view (last 30 days)
Hi everybody. I have an equation like this:
(5+x)^2/15+(x-4)^2/10=100
Can MATLAB solve this equation directly? If it can not do this, how can i achieve this problem?
Thanks

Accepted Answer

Rahul Kalampattel
Rahul Kalampattel on 19 Feb 2017
Can be solved using the symbolic toolbox, https://au.mathworks.com/help/symbolic/solve.html.
  4 Comments
Volkan Yangin
Volkan Yangin on 19 Feb 2017
Star Strider you are my HERO. Thanks a lot.
Star Strider
Star Strider on 19 Feb 2017
As always, my pleasure!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!