|
|
|
|---|---|
|
abs(value) Returns the absolute value of a real number, expression, list, or matrix. |
» |
|
|
|
|---|---|
|
abs(complex value) Returns the magnitude of a complex number or list. |
» |
|
|
|
|---|---|
|
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. |
y : |
|
|
|
|---|---|
|
angle(value) Returns the polar angle of a complex number or list of complex numbers. |
» |
|
|
|
|---|---|
|
ANOVA(list1,list2[,list3,...,list20]) Performs a one-way analysis of variance for comparing the means of two to 20 populations. |
… |
|
|
|
|---|---|
|
Ans Returns the last answer. |
y Z |
|
|
|
|---|---|
|
Archive variables Moves the specified variable from RAM to the user data archive memory. |
y L |
|
|
|
|---|---|
|
augment( matrixA ,matrixB ) Returns a matrix, which is matrixB appended to matrixA as new columns. |
y > |
|
|
|
|---|---|
|
augment(listA,listB) Returns a list, which is listB concatenated to the end of listA. |
y 9 |
|
AUTO Answer |
|
|---|---|
|
AUTO Displays answers in a similar format as the input. |
z
|
|
|
|
|---|---|
|
AxesOff Turns off the graph axes. |
† y |
|
|
|
|---|---|
|
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.. |
† y . AxesOn |
|
|
|
|---|---|
|
a+bi Sets the mode to rectangular complex number format (a+bi). |
† z |