Thank all for your attention and the explanation of the error message.
I did replace the literal floats with symbols and it worked.


2014-06-03 14:24 GMT-04:00 Robert Dodier <robert.dod...@gmail.com>:

> On 2014-06-03, Nils Bruin <nbr...@sfu.ca> wrote:
>
> > It means Maxima, which gets used for integration, runs into a problem.
> > This is because sage instructs maxima to keep floating point values
> > rather than substitute them with rational or integer values. Apparently
> > you are hitting a branch in the integration code that doesn't like that.
>
> Agreed with this assessment. As for a workaround -- first thing to try
> is to replace literal floats with symbols, and then substitute values
> into the result. Second thing is to avoid floats by replacing them with
> equivalent rational numbers, e.g., replace 6.02e-23 with 602*10^-25.
>
> best
>
> Robert Dodier
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-support/2NfVWrE4LA0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to