| 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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.