Important: The tensor package has been deprecated. Use the superseding packages DifferentialGeometry and Physics instead.
Suppose that the unknowns a and b are real-valued. Compute the conjugate of a+I*b:
Notice that since all of the unknowns in the expression `a+I*b' are real, you did not need to specify a second argument in the call to conj (alternatively, you could have passed the empty list: []).
Now suppose that b is complex-valued with complex conjugate b_bar. The conjugate of a+I*b is a-I*b_bar:
>
|
|
Now suppose that both a and b are complex-valued. Compute the complex conjugate of a+I*b:
>
|
|