[sage-support] Re: Can Sage do high-precision polynomial integration?

2013-06-06 Thread leif
Mike wrote: Is it possible (in Sage 5.9) to do high-precision simple integration (e.g. of polynomials)? The following is an example of what doesn't work: while the coefficients of q are known to 30 digits, the coefficients of the integrals are known to at most 15. a=RealField(100)(2)/3 q=a*x+a

[sage-support] Re: Can Sage do high-precision polynomial integration?

2013-06-06 Thread leif
leif wrote: Mike wrote: Is it possible (in Sage 5.9) to do high-precision simple integration (e.g. of polynomials)? The following is an example of what doesn't work: while the coefficients of q are known to 30 digits, the coefficients of the integrals are known to at most 15.