Re: [sage-support] Integration of formal functions

2013-07-26 Thread Burcin Erocal
On Thu, 25 Jul 2013 11:10:42 -0700 William Stein wrote: > On Thu, Jul 25, 2013 at 9:16 AM, Victor Miller > wrote: > > In the latest version of sage (at least what cloud.sagemath.org is > > running), > > ... which is sage-5.10, the latest released version. However, the > same happens with 'Sage

Re: [sage-support] Integration of formal functions

2013-07-25 Thread William Stein
On Thu, Jul 25, 2013 at 9:16 AM, Victor Miller wrote: > In the latest version of sage (at least what cloud.sagemath.org is running), ... which is sage-5.10, the latest released version. However, the same happens with 'Sage Version 5.11.beta2, Release Date: 2013-06-19'. > there is a problem with

[sage-support] Integration of formal functions

2013-07-25 Thread Victor Miller
In the latest version of sage (at least what cloud.sagemath.org is running), there is a problem with substituting constants into the formal integrals of formal functions. See the examples below. Victor sage: var('a'); function('f',a) sage: g = f(a).integrate(a,0,a^2) sage: g integrate(f(a),0,a