I have a simple solve()
line
var('x y')
solve(.25*x + 1.75*y, y)
Sagemath gives the good result but with rational parameters. Is there a pararameter which can keep the reals ?
1 | initial version |
I have a simple solve()
line
var('x y')
solve(.25*x + 1.75*y, y)
Sagemath gives the good result but with rational parameters. Is there a pararameter which can keep the reals ?