How to solve an equation using "solve" and get a decimal approx?

71 views (last 30 days)
I'm solving an equation for x using "solve(eqn,x)" and everything works fine but I get the fraction answer and I want the decimal answer. How can I change it?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 7 Dec 2014
eq='x^2-2*x-7'
s=double(solve(eq))

More Answers (0)

Categories

Find more on Mathematics 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!