First time here? Check out the FAQ!
asked 3 years ago
I have a simple solve() line
solve()
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 ?