Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.6 KB

0xBB25.md

File metadata and controls

57 lines (37 loc) · 1.6 KB
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 $\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