You are here: Reference Guide for the TI-84 Plus CE Graphing Calculator > Alpha CATALOG Listing > A

A

abs()

abs(value)

Returns the absolute value of a real number, expression, list, or matrix.

abs()

abs(complex value)

Returns the magnitude of a complex number or list.

and

valueA and valueB

Returns 1 (true) when both valueA and valueB are true. Otherwise, return is 0 (false).

valueA and valueB can be real numbers, expressions, or lists.

TI Connect™ Program Editor Tip:

Notice the token is "_and_" where "_" is a space.

angle()

angle(value)

Returns the polar angle of a complex number or list of complex numbers.

ANOVA()

ANOVA(list1,list2[,list3,...,list20])

Performs a one-way analysis of variance for comparing the means of two to 20 populations.

Ans

Ans

Returns the last answer.

Archive

Archive variables

Moves the specified variable from RAM to the user data archive memory.

Asm()

Asm(assemblyprgmname)

Executes an assembly language program.

AsmComp()

AsmComp(prgmASM1, prgmASM2)

Compiles an assembly language program written in ASCII and stores the hex version.

Asm84CEPrgm

Asm84CEPrgm

Must be used as the first line of an assembly language program.

augment()

augment( matrixA ,matrixB )

Returns a matrix, which is matrixB appended to matrixA as new columns.

augment()

augment(listA,listB)

Returns a list, which is listB concatenated to the end of listA.

AUTO Answer

AUTO

Displays answers in a similar format as the input.

AxesOff

AxesOff

Turns off the graph axes.

AxesOn

AxesOn[color#]

Turns on the graph axes with color. The color option allows the color of the axes to be specified.

Color#: 10 - 24 or color name pasted from [vars] COLOR..

a+bi

a+bi

Sets the mode to rectangular complex number format (a+bi).