Integration by parts.



On 7/19/2011 4:33 AM, Barton Willis wrote:
>
>   (%i64) integrate (f(x)*diff(g(x),x),x,0,1);
>   (%o64) integrate(f(x)*('diff(g(x),x,1)),x,0,1)
>
>   (%i65) ibyparts(%,f(x),x);
>   (%o65) f(x)*g(x)-integrate(g(x)*('diff(f(x),x,1)),x)
>
> --Barton
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
that would be at(%,x=1)-at(%,x=0) for the last line, no?

RJF