sqrt(x^3) * (1/sqrt(x^3)) =/= 1



On 5 December 2010 12:12, Barton Willis <willisb at unk.edu> wrote:
> I'd call this a bug:
>
> ?(%i10) sqrt(x^3) * (1/sqrt(x^3)),domain : real, radexpand : true;
> ?(%o10) sqrt(x^3)/x^(3/2)
>
> ?(%i11) sqrt(x^3) * (1/sqrt(x^3)), domain : real, radexpand : all;
> ?(%o11) 1
>
> ?(%i12) sqrt(x^3) * (1/sqrt(x^3)), domain : complex;
> ?(%o12) 1
>
> --Barton
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
(%i1) sqrt(x^3) * (1/sqrt(x^3)),domain : real, radexpand : true;
(%o1)    1

Maxima version: 5.20.1
Maxima build date: 8:52 2/16/2010
Host type: x86_64-unknown-linux-gnu
Lisp implementation type: GNU Common Lisp (GCL)
Lisp implementation version: GCL 2.6.7


-- 
Stephen