First time here? Check out the FAQ!
answered 2012-08-26 17:53:43 +0100
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.
assume
0
var('v') assume(v,'complex') u=conjugate(v) u-conjugate(v)