First time here? Check out the FAQ!
answered 2013-02-23 16:52:01 +0100
The following seems to work correctly.
var('a') assume(a, 'complex') b=a*a.conjugate()-a*a simplify(b)