Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This :

sage: var('x y')
(x, y)
sage: solve(.25*x + 1.75*y, y)[0].rhs().polynomial(base_ring=RR)
-0.142857142857143*x

may be what you want. But I fail to see the point...