Skip to content
Property Value
Hex Value $BB25
Categories
Localizations
  • FR: conj(

conj(

Overview

Returns the complex conjugate of a complex number or list of complex numbers.

Availability: Token available everywhere.

Syntax

conj(value)

Arguments

NameTypeOptional
valuecomplex|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 z, and is useful because it has the property that zz and z+z are real numbers.


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: Adrien Bertrand