Property | Value |
---|---|
Hex Value | $BB25 |
Categories | |
Localizations |
|
Returns the complex conjugate of a complex number or list of complex numbers.
Availability: Token available everywhere.
conj(value)
Name | Type | Optional |
---|---|---|
value | complex|complex[] |
math, CMPLX
, 1:conj(
conj(z) returns the complex conjugate of the complex number z. If z is represented as x+i_y_ where x and y are both real, conj(z) returns x-i_y_. Also works on a list of complex numbers.
conj(3+4i)
3-4i
The conjugate of a number
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, kg583.
Calculator | OS Version | Description |
---|---|---|
TI-83 | 0.01013 | Added |