daudaudaudau
- 297
- 0
daudaudaudau said:And what about this:
FullSimplify[Abs[(x*y)]^2, x > 0 && y > 0]
the result is still Abs[x*y]^2
But there is no trouble doing this one
FullSimplify[Abs[(x/y)]^2, x > 0 && y > 0]
is simply returns x^2/y^2...
bpet said:I had similar problems and asked tech support about it - they recommend as a workaround e.g.
PiecewiseExpand[Abs[(x*y)]^2, Reals]