First time here? Check out the FAQ!
answered 2019-12-12 10:41:02 +0100
Replace your definition of plotme by
plotme
plotme = fexplicit[0].rhs()
Indeed, we have
sage: fexplicit[0] y == -(x - 1)/x sage: fexplicit[0].rhs() -(x - 1)/x