Solving an equation on MATLAB

2 views (last 30 days)
Volkan Yangin
Volkan Yangin on 19 Feb 2017
Commented: Star Strider on 19 Feb 2017
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 K
Rahul K 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)

Categories

Find more on Numerical Integration and Differential Equations 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!