Ask Your Question

Revision history [back]

Replace your definition of plotme by

plotme = fexplicit[0].rhs()

Indeed, we have

sage: fexplicit[0]
y == -(x - 1)/x
sage: fexplicit[0].rhs()
-(x - 1)/x