First time here? Check out the FAQ!
answered 2021-08-30 11:57:17 +0100
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...