Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 10 years ago

calc314 gravatar image

Try N(t2) to get a numerical approximation. Sage is trying to work with e exactly for as long as it can until you request a numerical approximation.

click to hide/show revision 2
No.2 Revision

Try N(t2) or t2.n() to get a numerical approximation. Sage is trying to work with e exactly for as long as it can until you request a numerical approximation.