User Guide

20 Commands and Functions Listing
Alpha CATALOG Listing
A
abs()
abs(value)
Returns the absolute value of a real number, expression, list, or matrix.
»
NUM
1:abs(
abs()
abs(complex value)
Returns the magnitude of a complex number or list.
»
CMPLX
5:abs(
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.
y :
LOGIC
1:and
angle()
angle(value)
Returns the polar angle of a complex number or list of complex numbers.
»
CMPLX
4:angle(
ANOVA()
ANOVA(list1,list2[,list3,...,list20])
Performs a one-way analysis of variance for comparing the means
of two to 20 populations.
TESTS
H:ANOVA(
Ans
Ans
Returns the last answer.
y Z