Numerical solve

asked 2020-04-17 12:27:27 +0200

Cyrille gravatar image

updated 2020-04-17 14:47:56 +0200

When I use a dictionary with solve, the result is product with radicals. I have found no way in the documentation to obtain a decimal expension. But If I call the solution as sol = solve() it's not difficult to obtain directly the decimal expansion with sol[0].rhs().n(). So is there an unseen option in solve to obtain this and if not could it be implemented ?

edit retag flag offensive close merge delete

Comments

3

Could you write down a complete example that actually shows the problem.

vdelecroix gravatar imagevdelecroix ( 2020-04-17 21:39:27 +0200 )edit