Conj
Revision as of 19:47, 2 July 2013 by Drice (talk | contribs) (Created page with "Category:Math Functions category:Functions that operate on complex numbers ''New in Analytica 4.5'' Returns the complex conjugate of a [[Complex Numbers|complex numb...")
New in Analytica 4.5
Returns the complex conjugate of a complex number.
The complex conjugate is just the complex number with the imaginary part replaced by its negative value.
The function simply returns its parameter value for any non-complex value passed to it.
Examples
Conj(5+5j)
→ 5-5jConj(1j)
→ -1jConj(-1j)
→ 1jConj(-2)
→ -2Conj(.1)
→ .1Conj("Some text")
→ "Some text"
See Also
- Complex Numbers
- ComplexRadians
- Complex Numbers
- Abs -- for the magnitude, r
- Degrees, Radians
Comments
Enable comment auto-refresher