Hi,

> Symbolically, you can usually just consider R as a special case of C,
> but note that the dual spaces are different for the different fields.

You also have to be very careful when adding inner products.

For R:  <u,v> = transpose(u) dot v
For C:  <u,v> = conjugate(transpose(u)) dot v    # physicists
For C:  <u,v> = u dot conjugate(transpose(u))    # mathematicians

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to