First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

calc314 gravatar image

The following seems to work correctly.

var('a')
assume(a, 'complex')
b=a*a.conjugate()-a*a
simplify(b)