TI -86 用户手册

下载
页码 431
Chapter 20: A to Z Function and Instruction Reference     
275
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 275 of 118
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 275 of 118
conj
CPLX menu
MATRX CPLX menu
VECTR CPLX menu
conj (
complexNumber
)
Returns the complex conjugate of complexNumber.
In 
RectC
 mode, 
conj (
real
,
imaginary
)
 returns
(
real
,
Limaginary
)
.
In 
PolarC
 mode, 
conj (
magnitude
±
angle
)
 returns
(
magnitude
±L
angle
)
Lp < angle  p.
conj 
complexList
conj 
complexMatrix
conj 
complexVector
Returns a complex list, matrix, or vector in which each
element is the complex conjugate of the original.
In 
RectC
 complex number mode:
conj (3,4) b
(3,
L
4)
conj (3
±2) b
(
L
1.24844050964,
L
2.7…
In 
PolarC
 complex number mode:
conj (3
±2) b
(3
±
L
2)
conj (3,4) b
(5
±
L
.927295218002)
conj {
L
2,(3,4)} b
{(1.41421356237
±
L
1.5…
CoordOff
† graph format screen
CoordOff
Turns off cursor coordinates so they are not displayed
at the bottom of a graph.
CoordOn
† graph format screen
CoordOn
Displays cursor coordinates at the bottom of a graph.