1 | initial version |
I notice you have in your definition:
lower_x_bound= input_box(0.1.1)
and one gets
sage: 0.1.1
AttributeError: 'sage.rings.real_mpfr.RealLiteral' object has no attribute 'gen'
which looks exactly like the error you're getting. Perhaps you meant to spell that differently?