Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solve in real parameters

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 ?