| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.