On Wednesday 23 November 2005 13:07, Nikos Apostolakis wrote:
> I get
>
> log(sin(x)) - ((log(sin^2(x) - 1))/2
>
> both with maxima 5.9.2 and with 5.9.1 in an older machine.
I did some testing:
maxima 5.9.1 cmucl: log(tan(x))
maxima 5.9.1 gcl: log(sin(x))-log(sin^2(x)-1)/2
maxima 5.9.1 clisp: log(tan(x))
maxima 5.9.2 sbcl: log(tan(x))
maxima 5.9.2 gcl: log(sin(x))-log(sin^2(x)-1)/2
Regards,
Gilles