Simplifying integrals



Gergely Kl?r a ?crit :
> Hi all!
>
> I'm quite new to Maxima, and have quite a trouble to find out how to 
> simplify integrals.
> For ex. I'd like to transform
> integrate(a*f(x)+b, x, 0, 1)
> to
> a*integrate(f(x),x, 0,1)+b
>
> How can I get Maxima to do this for me?
(%i4) declare(integrate,linear);
(%o4) done
(%i5) integrate(a*f(x)+b, x, 0, 1);
(%o5) a*'integrate(f(x),x,0,1)+b
Eric Reyssat
>
> Thanks,
> shinjin
> ------------------------------------------------------------------------
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>