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™ programme 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.

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[colour#]

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

colour#: 10 - 24 or colour name pasted from [vars] COLOUR..

a+bi

a+bi

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