Conjugate


Description

  • Conjugate replaces all complex numbers in expression by their complex conjugations

Examples

println Conjugate >> 'a + I*b'.t
   > a - I*b
println Conjugate >> '(a + I*b)*(c - I*d)'.t
   > (a - I*b)*(c + I*d)

See also