First time here? Check out the FAQ!
answered 12 years ago
The following seems to work correctly.
var('a') assume(a, 'complex') b=a*a.conjugate()-a*a simplify(b)