exponentialize and demoivre



On Fri, 2 Dec 2011, Dan wrote:

> Using Maxima 5.25.1 under CLISP 2.48, I have the following exchange:
>
> (%i1) exponentialize : false ;
> (%o1)                                false
> (%i2) demoivre : true ;
> (%o2)                                true
> (%i3) integrate((sinh(x))^2,x,0,X) ;
> demoivre: 'demoivre' and 'exponentialize' cannot both be true.
>  -- an error. To debug this try: debugmode(true);
>
> I had hoped and expected to get the answer tanh(X), rather than an
> error message.  Any ideas, please?

Sorry... I meant to say "(sech(x))^2", not "(sinh(x))^2", for the
integrand.