Property | Value |
---|---|
Hex Value | $BB25 |
Categories | |
Localizations |
|
conj(
Overview
Returns the complex conjugate of a complex number or list of complex numbers.
Availability: Token available everywhere.
Syntax
conj(value)
Arguments
Name | Type | Optional |
---|---|---|
value | complex|complex[] |
Location
math, CMPLX
, 1:conj(
Description
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 \(z\) is often written \(\overline{z}\), and is useful because it has the property that \(z\overline{z}\) and \(z+\overline{z}\) are real numbers.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, kg583.
History
Calculator | OS Version | Description |
---|---|---|
TI-83 | 0.01013 | Added |
Authors: