Complex Math; Table 2.21: Complex Math Basic Math Functions - Texas Instruments TI-83 Plus Manual

Third release
Hide thumbs Also See for TI-83 Plus:
Table of Contents

Advertisement

Chapter 2: TI-83 Plus Specific Information
The floating-point math routines described in the previous sections will always return
an error when the result is a complex number. To have floating-point math routines
return the complex result, the routines described in Other Math Functions need to be
used.
Note: You do not need to change the mode to complex in order to use the complex functions with
complex inputs. This is only done to get complex results when inputs are of the RealObj type.

Complex Math

Complex numbers are composed of pairs of floating-point numbers.
Complex number math routine arguments are input in OP1/OP2 or OP1/OP2 and
FPS1/FPST, and the results are returned in OP1/OP2 or OP1. See Floating Point
Stack section.
Errors can be generated by the math routines. See the Error Handlers section.
See the System Routine Documentation, entry points UnOPExec and BinOPExec,
to access this functionality with arguments other than complex numbers only.
Routine
Cadd
Csub
CRecip
Cmult
Cdiv
CSquare
CSqRoot
CMltByReal
CDivByReal

Table 2.21: Complex Math Basic Math Functions

TI-83 Plus Developer Guide
Function
FPS1/FPST plus OP1/OP2
FPS1/FPST minus OP1/OP2
(OP1/OP2)^ negative 1
FPS1/FPST times OP1/OP2
FPS1/FPST divided by OP1/OP2
OP1/OP2 times OP1/OP2
SquareRoot (OP1/OP2)
OP1/OP2 times OP3
OP1/OP2 divided by OP3
105
Third Release May 28, 2002

Advertisement

Table of Contents
loading

Table of Contents