Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think the problem is that you are using assume in some steps when you just need assignment. The code below produces a result of 0.

var('v')
assume(v,'complex')
u=conjugate(v)
u-conjugate(v)