This guidebook applies to TI-Nspire™ software version 1.4. To obtain the
latest version of the documentation, go to education.ti.com/guides.
Important Information
Except as otherwise expressly stated in the License that accompanies a
program, Texas Instruments makes no warranty, either express or
implied, including but not limited to any implied warranties of
merchantability and fitness for a particular purpose, regarding any
programs or book materials and makes such materials available solely on
an "as-is" basis. In no event shall Texas Instruments be liable to anyone
for special, collateral, incidental, or consequential damages in connection
with or arising out of the purchase or use of these materials, and the sole
and exclusive liability of Texas Instruments, regardless of the form of
action, shall not exceed the amount set forth in the license for the
program. Moreover, Texas Instruments shall not be liable for any claim of
any kind whatsoever against the use of these materials by any other
party.
License
Please see the complete license installed in C:\Program Files\TI
Education\TI-Nspire.
Error codes and messages
Texas Instruments Support and
Service
vi
TI-Nspire™
This guide lists the templates, functions, commands, and operators available for evaluating
math expressions.
Reference Guide
Expression templates
Expression templates give you an easy way to enter math expressions in standard mathematical
notation. When you insert a template, it appears on the entry line with small blocks at positions
where you can enter elements. A cursor shows which element you can enter.
Use the arrow keys or press
value or expression for the element. Press
Fraction template
Note: See also / (divide), page 103.
e to move the cursor to each element’s position, and type a
· or /· to evaluate the expression.
/p keys
Example:
Exponent template
Note: Type the first value, press l, and then type the
exponent. To return the cursor to the baseline, press right arrow (¢).
Note: See also ^ (power), page 104.
Square root template
Note: See also
Nth root template
Note: See also root(), page 74.
e exponent template
Natural exponential e raised to a power
Note: See also e^(), page 27.
‡
() (square root), page 109.
l key
Example:
/q keys
Example:
/l keys
Example:
u keys
Example:
TI-Nspire™ Reference Guide1
Log template
Calculates log to a specified base. For a default of base 10, omit the
base.
Note: See also log(), page 49.
/s key
Example:
Piecewise template (2-piece)
Lets you create expressions and conditions for a two-piece piecewise
function. To add a piece, click in the template and repeat the
template.
Note: See also piecewise(), page 64.
Piecewise template (N-piece)
Lets you create expressions and conditions for an N-piece piecewise
function. Prompts for N.
Note: See also piecewise(), page 64.
Absolute value template
Note: See also abs(), page 5.
Catalog >
Example:
Catalog >
Example:
See the example for Piecewise template (2-piece).
Catalog >
Example:
dd°mm’ss.ss’’ template
Lets you enter angles in dd°mm’ss.ss’’ format, where dd is the
number of decimal degrees, mm is the number of minutes, and ss.ss
is the number of seconds.
Example:
Catalog >
2TI-Nspire™ Reference Guide
Matrix template (2 x 2)
Creates a 2 x 2 matrix.
Catalog >
Example:
Matrix template (1 x 2)
.
Matrix template (2 x 1)
Matrix template (m x n)
The template appears after you are prompted to specify the number
of rows and columns.
Note: If you create a matrix with a large number of rows and
columns, it may take a few moments to appear.
Sum template (G)
Catalog >
Example:
Catalog >
Example:
Catalog >
Example:
Catalog >
Example:
TI-Nspire™ Reference Guide3
Product template (Π)
Note: See also Π() (product), page 109.
Catalog >
Example:
4TI-Nspire™ Reference Guide
Alphabetical listing
Items whose names are not alphabetic (such as +, !, and >) are listed at the end of this section,
starting on page 102. Unless otherwise specified, all examples in this section were performed
in the default reset mode, and all variables are assumed to be undefined.
A
abs()
abs(Val u e 1 ) ⇒ value
abs(
List1) ⇒ list
abs(Matrix1) ⇒ matrix
Returns the absolute value of the argument.
Note: See also Absolute value template, page 2.
If the argument is a complex number, returns the number’s modulus.
Amortization function that returns a matrix as an amortization table
for a set of TVM arguments.
NPmt is the number of payments to be included in the table. The
table starts with the first payment.
N, I, PV, Pmt, FV, PpY, CpY, and PmtAt are described in the table
of TVM arguments, page 94.
• If you omit Pmt, it defaults to
Pmt=tvmPmt(N,I,PV,FV,PpY,CpY,PmtAt).
• If you omit FV, it defaults to FV=0.
• The defaults for PpY, CpY, and PmtAt are the same as for the
TVM functions.
roundValue specifies the number of decimal places for rounding.
Default=2.
The columns in the result matrix are in this order: Payment number,
amount paid to interest, amount paid to principal, and balance.
The balance displayed in row n is the balance after payment n.
You can use the output matrix as input for the other amortization
functions GInt() and GPrn(), page 110, and bal(), page 10.
Catalog
Catalog
>
>
and
BooleanExpr1 and BooleanExpr2 ⇒ Boolean expression
BooleanList1 and BooleanList2 ⇒ Boolean list
BooleanMatrix1 and BooleanMatrix2 ⇒ Boolean matrix
Returns true or false or a simplified form of the original entry.
Catalog
>
TI-Nspire™ Reference Guide5
and
Integer1 and Integer2 ⇒ integer
Compares two real integers bit-by-bit using an
Internally, both integers are converted to signed, 64-bit binary
numbers. When corresponding bits are compared, the result is 1 if
both bits are 1; otherwise, the result is 0. The returned value
represents the bit results, and is displayed according to the Base
mode.
You can enter the integers in any number base. For a binary or
hexadecimal entry, you must use the 0b or 0h prefix, respectively.
Without a prefix, integers are treated as decimal (base 10).
If you enter a decimal integer that is too large for a signed, 64-bit
binary form, a symmetric modulo operation is used to bring the value
into the appropriate range.
and operation.
Catalog
>
In Hex base mode:
Important: Zero, not the letter O.
In Bin base mode:
In Dec base mode:
Note: A binary entry can have up to 64 digits (not counting the
0b prefix). A hexadecimal entry can have up to 16 digits.
angle()
angle(Val u e 1 ) ⇒ value
Returns the angle of the argument, interpreting the argument as a
complex number.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
angle(List1) ⇒ list
angle(Matrix1) ⇒ matrix
Returns a list or matrix of angles of the elements in List1 or Matrix1,
interpreting each element as a complex number that represents a
two-dimensional rectangular coordinate point.
ANOVA
ANOVA List1,List2[,List3,...,List20][,Flag]
Performs a one-way analysis of variance for comparing the means of
two to 20 populations. A summary of results is stored in the
stat.results variable. (See page 83.)
Flag=0 for Data, Flag=1 for Stats
Output variableDescription
stat.FValue of the F statistic
stat.PValSmallest level of significance at which the null hypothesis can be rejected
stat.dfDegrees of freedom of the groups
stat.SSSum of squares of the groups
stat.MSMean squares for the groups
stat.dfErrorDegrees of freedom of the errors
Catalog
Catalog
>
>
6TI-Nspire™ Reference Guide
Output variableDescription
stat.SSErrorSum of squares of the errors
stat.MSErrorMean square for the errors
stat.spPooled standard deviation
stat.xbarlistMean of the input of the lists
stat.CLowerList95% confidence intervals for the mean of each input list
stat.CUpperList95% confidence intervals for the mean of each input list
ANOVA2way
ANOVA2way List1,List2[,List3,…,List20][,levRow]
Computes a two-way analysis of variance for comparing the means of
two to 20 populations. A summary of results is stored in the
stat.results variable. (See page 83.)
LevRow=0 for Block
LevRow=2,3,...,Len-1, for Two Factor, where
Len=length(List1)=length(List2) = … = length(List10) and
Len / LevRow ∈ {2,3,…}
Outputs: Block Design
Output variableDescription
stat.FF statistic of the column factor
stat.PValSmallest level of significance at which the null hypothesis can be rejected
stat.dfDegrees of freedom of the column factor
stat.SSSum of squares of the column factor
stat.MSMean squares for column factor
stat.FBlockF statistic for factor
stat.PValBlockLeast probability at which the null hypothesis can be rejected
stat.dfBlockDegrees of freedom for factor
stat.SSBlockSum of squares for factor
stat.MSBlockMean squares for factor
stat.dfErrorDegrees of freedom of the errors
stat.SSErrorSum of squares of the errors
stat.MSErrorMean squares for the errors
stat.sStandard deviation of the error
Catalog
>
COLUMN FACTOR Outputs
Output variableDescription
stat.FcolF statistic of the column factor
TI-Nspire™ Reference Guide7
Output variableDescription
stat.PValColProbability value of the column factor
stat.dfColDegrees of freedom of the column factor
stat.SSColSum of squares of the column factor
stat.MSColMean squares for column factor
ROW FACTOR Outputs
Output variableDescription
stat.FRowF statistic of the row factor
stat.PValRowProbability value of the row factor
stat.dfRowDegrees of freedom of the row factor
stat.SSRowSum of squares of the row factor
stat.MSRowMean squares for row factor
INTERACTION Outputs
Output variableDescription
stat.FInteractF statistic of the interaction
stat.PValInteractProbability value of the interaction
stat.dfInteractDegrees of freedom of the interaction
stat.SSInteractSum of squares of the interaction
stat.MSInteractMean squares for interaction
ERROR Outputs
Output variableDescription
stat.dfErrorDegrees of freedom of the errors
stat.SSErrorSum of squares of the errors
stat.MSErrorMean squares for the errors
sStandard deviation of the error
Ans
Ans ⇒ value
Returns the result of the most recently evaluated expression.
/v
keys
8TI-Nspire™ Reference Guide
approx()
approx(Val u e 1 ) ⇒ number
Returns the evaluation of the argument as an expression containing
decimal values, when possible, regardless of the current Auto or
Approximate
This is equivalent to entering the argument and pressing
·
approx(List1) ⇒ list
approx(Matrix1) ⇒ matrix
Returns a list or matrix where each element has been evaluated to a
decimal value, when possible.
Returns the argument as a fraction using a tolerance of tol. If tol is
omitted, a tolerance of 5.E-14 is used.
augment()
augment(List1,List2) ⇒ list
Returns a new list that is List2 appended to the end of List1.
augment(Matrix1, Matrix2) ⇒ matrix
Returns a new matrix that is Matrix2 appended to Matrix1. When
the “,” character is used, the matrices must have equal row
dimensions, and Matrix2 is appended to Matrix1 as new columns.
Does not alter Matrix1 or Matrix2.
Catalog
Catalog
>
>
TI-Nspire™ Reference Guide9
avgRC()
avgRC(Expr1, Va r [=Value] [, H]) ⇒ expression
avgRC(Expr1, Va r [=Value] [, List1]) ⇒ list
avgRC(List1, Va r [=Value] [, H]) ⇒ list
avgRC(Matrix1, Var [=Value] [, H]) ⇒ matrix
Returns the forward-difference quotient (average rate of change).
Expr1 can be a user-defined function name (see Func).
When value is specified, it overrides any prior variable assignment or
any current “such that” substitution for the variable.
H is the step value. If H is omitted, it defaults to 0.001.
Note that the similar function nDeriv() uses the central-difference
quotient.
Amortization function that calculates schedule balance after a
specified payment.
N, I, PV, Pmt, FV, PpY, CpY, and PmtAt are described in the table
of TVM arguments, page 94.
NPmt specifies the payment number after which you want the data
calculated.
N, I, PV, Pmt, FV, PpY, CpY, and PmtAt are described in the table
of TVM arguments, page 94.
• If you omit Pmt, it defaults to
Pmt=tvmPmt(N,I,PV,FV,PpY,CpY,PmtAt).
• If you omit FV, it defaults to FV=0.
• The defaults for PpY, CpY, and PmtAt are the same as for the
TVM functions.
roundValue specifies the number of decimal places for rounding.
Default=2.
bal(NPmt,amortTable) calculates the balance after payment
number NPmt, based on amortization table amortTable. The
amortTable argument must be a matrix in the form described under
amortTbl(), page 5.
Note: See also GInt() and GPrn(), page 110.
4
Base2
Integer1 4Base2 ⇒ integer
Converts Integer1 to a binary number. Binary or hexadecimal
numbers always have a 0b or 0h prefix, respectively.
Catalog
Catalog
>
>
10TI-Nspire™ Reference Guide
4
Base2
0b binaryNumber
0h hexadecimalNumber
Zero, not the letter O, followed by b or h.
A binary number can have up to 64 digits. A hexadecimal number can
have up to 16.
Without a prefix, Integer1 is treated as decimal (base 10). The result
is displayed in binary, regardless of the Base mode.
If you enter a decimal integer that is too large for a signed, 64-bit
binary form, a symmetric modulo operation is used to bring the value
into the appropriate range.
4
Base10
Integer1 4Base10 ⇒ integer
Converts Integer1 to a decimal (base 10) number. A binary or
hexadecimal entry must always have a 0b or 0h prefix, respectively.
0b binaryNumber
0h hexadecimalNumber
Zero, not the letter O, followed by b or h.
A binary number can have up to 64 digits. A hexadecimal number can
have up to 16.
Without a prefix, Integer1 is treated as decimal. The result is
displayed in decimal, regardless of the Base mode.
4
Base16
Integer1 4Base16 ⇒ integer
Converts Integer1 to a hexadecimal number. Binary or hexadecimal
numbers always have a 0b or 0h prefix, respectively.
0b binaryNumber
0h hexadecimalNumber
Zero, not the letter O, followed by b or h.
A binary number can have up to 64 digits. A hexadecimal number can
have up to 16.
Without a prefix, Integer1 is treated as decimal (base 10). The result
is displayed in hexadecimal, regardless of the Base mode.
If you enter a decimal integer that is too large for a signed, 64-bit
binary form, a symmetric modulo operation is used to bring the value
into the appropriate range.
Catalog
Catalog
Catalog
>
>
>
binomCdf()
binomCdf(n,p,lowBound,upBound) ⇒ number if lowBound
and
upBound are numbers, list if lowBound and upBound are
lists
binomCdf(
list if upBound is a list
Computes a cumulative probability for the discrete binomial
distribution with n number of trials and probability p of success on
each trial.
For P(X upBound), set lowBound=0
n,p,upBound) ⇒ number if upBound is a number,
Catalog
>
TI-Nspire™ Reference Guide11
binomPdf()
binomPdf(n,p) ⇒ number
binomPdf(n,p,XVal) ⇒ number if XVal is a number, list if
XVal is a list
Computes a probability for the discrete binomial distribution with n
number of trials and probability p of success on each trial.
C
Catalog
>
ceiling()
ceiling(Val u e 1 ) ⇒ value
Returns the nearest integer that is ‚ the argument.
The argument can be a real or a complex number.
Note: See also floor().
ceiling(List1) ⇒ list
ceiling(Matrix1) ⇒ matrix
Returns a list or matrix of the ceiling of each element.
char()
char(Integer) ⇒ character
Returns a character string containing the character numbered Integer
from the handheld character set. The valid range for Integer is 0–
65535.
2
c
2way
2
c
2way obsMatrix
chi22way obsMatrix
Computes a c2 test for association on the two-way table of counts in
the observed matrix obsMatrix. A summary of results is stored in the
stat.results variable. (See page 83.)
Output variableDescription
stat.c2 Chi square stat: sum (observed - expected)2/expected
stat.PValSmallest level of significance at which the null hypothesis can be rejected
stat.dfDegrees of freedom for the chi square statistics
stat.ExpMatMatrix of expected elemental count table, assuming null hypothesis
stat.CompMatMatrix of elemental chi square statistic contributions
Catalog
Catalog
Catalog
>
>
>
12TI-Nspire™ Reference Guide
2
c
Cdf()
2
c
Cdf(lowBound,upBound,df) ⇒ number if lowBound and
upBound are numbers, list if lowBound and upBound are lists
chi2Cdf(
lowBound,upBound,df) ⇒ number if lowBound and
upBound are numbers, list if lowBound and upBound are lists
Computes the c2 distribution probability between lowBound and
upBound for the specified degrees of freedom df.
upBound), set lowBound = 0.
For P(X
2
c
GOF
2
c
GOF obsList,expList,df
chi2GOF obsList,expList,df
Performs a test to confirm that sample data is from a population that
conforms to a specified distribution. obsList is a list of counts and
must contain integers. A summary of results is stored in the
stat.results variable. (See page 83.)
Output variableDescription
stat.c2 Chi square stat: sum((observed - expected)2/expected
stat.PValSmallest level of significance at which the null hypothesis can be rejected
stat.dfDegrees of freedom for the chi square statistics
stat.CompListElemental chi square statistic contributions
2
c
Pdf()
2
c
Pdf(XVal,df) ⇒ number if XVal is a number, list if XVal is a
list
chi2Pdf(
XVal,df) ⇒ number if XVal is a number, list if XVal is
a list
Computes the probability density function (pdf) for the c2 distribution
at a specified XVal value for the specified degrees of freedom df.
Catalog
Catalog
Catalog
>
>
>
ClearAZ
ClearAZ
Catalog
>
Clears all single-character variables in the current problem space.
TI-Nspire™ Reference Guide13
ClrErr
ClrErr
Clears the error status and sets system variable errCode to zero.
Else clau se of the Try...Else...EndTry block should use ClrErr
The
or
PassErr. If the error is to be processed or ignored, use ClrErr. If
what to do with the error is not known, us e
next error handler. If there are no more pendin g Try...Else...EndTry
error handlers, the error dialog box will be displayed as normal.
Note: See also PassErr, page 64, and Try , page 91.
Note for entering the example: In the Calculator application
on the handheld, you can enter multi-line definitions by pressing
PassErr to send i t to the
@ instead of · at the end of each line. On the computer
keyboard, hold down Alt and press Enter.
For an example of
command, page 92.
Catalog
ClrErr, See Example 2 under the Try
>
colAugment()
colAugment(Matrix1, Matrix2) ⇒ matrix
Returns a new matrix that is Matrix2 appended to Matrix1. The
matrices must have equal column dimensions, and Matrix2 is
appended to Matrix1 as new rows. Does not alter Matrix1 or
Matrix2.
colDim()
colDim(Matrix) ⇒ expression
Returns the number of columns contained in Matrix.
Note: See also rowDim() .
colNorm()
colNorm(Matrix) ⇒ expression
Returns the maximum of the sums of the absolute values of the
elements in the columns in Matrix.
Note: Undefined matrix elements are not allowed. See also
rowNorm().
conj()
conj(Val u e 1 ) ⇒ value
conj(List1) ⇒ list
conj(Matrix1) ⇒ matrix
Returns the complex conjugate of the argument.
Catalog
Catalog
Catalog
Catalog
>
>
>
>
14TI-Nspire™ Reference Guide
constructMat()
constructMat(Expr,Var 1 ,Var 2 ,numRows,numCols)
⇒ matrix
Returns a matrix based on the arguments.
Expr is an expression in variables Va r 1 and Va r 2 . Elements in the
resulting matrix are formed by evaluating Expr for each incremented
value of Var 1 and Va r 2.
Var 1 is automatically incremented from
each row, Va r2 is incremented from 1 through numCols.
1 through numRows. Within
Catalog
>
CopyVar
CopyVar Var 1 , Va r 2
CopyVar Var 1 ., Va r2 .
CopyVar Var 1 , Va r2 copies the value of variable Va r 1 to variable
Var 2 , creating Va r 2 if necessary. Variable Va r1 must have a value.
If Var 1 is the name of an existing user-defined function, copies the
definition of that function to function Va r 2. Function Va r 1 must be
defined.
Var 1 must meet the variable-naming requirements or must be an
indirection expression that simplifies to a variable name meeting the
requirements.
CopyVar Var 1 ., Va r 2. copies all members of the Va r 1 . variable
group to the Var 2 . group, creating Var 2 . if necessary.
Var 1 . must be the name of an existing variable group, such as the
statistics stat.nn results, or variables created using the
LibShortcut() function. If Var 2 . already exists, this command
replaces all members that are common to both groups and adds the
members that do not already exist. If a simple (non-group) variable
named Va r2 exists, an error occurs.
corrMat()
corrMat(List1,List2[,…[,List20]])
Computes the correlation matrix for the augmented matrix [List1,
List2, ..., List20].
Catalog
Catalog
>
>
TI-Nspire™ Reference Guide15
cos()
cos(Val u e 1 ) ⇒ value
cos(List1) ⇒ list
cos(Val u e 1 ) returns the cosine of the argument as a value.
cos(List1) returns a list of the cosines of all elements in List1.
Note: The argument is interpreted as a degree, gradian or radian
angle, according to the current angle mode setting. You can us e ó,G,
or ôto override the angle mode temporarily.
n key
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
cos(squareMatrix1) ⇒ squareMatrix
Returns the matrix cosine of squareMatrix1. This is not the same as
calculating the cosine of each element.
When a scalar function f(A) operates on squareMatrix1 (A), the
result is calculated by the algorithm:
Compute the eigenvalues (li) and eigenvectors (Vi) of A.
squareMatrix1 must be diagonalizable. Also, it cannot have symbolic
variables that have not been assigned a value.
Form the matrices:
Then A = X B Xêand f(A) = X f(B) Xê. For example, cos(A) = X cos(B)
Xê where:
cos(B) =
All computations are performed using floating-point arithmetic.
In Radian angle mode:
16TI-Nspire™ Reference Guide
cosê()
cosê(Va lu e 1 ) ⇒ value
cosê(List1) ⇒ list
/n keys
In Degree angle mode:
cosê(Va lu e 1 ) returns the angle whose cosine is Va lu e 1 .
cosê(List1) returns a list of the inverse cosines of each element of
List1.
Note: The result is returned as a degree, gradian or radian angle,
according to the current angle mode setting.
cosê(squareMatrix1) ⇒ squareMatrix
Returns the matrix inverse cosine of squareMatrix1. This is not the
same as calculating the inverse cosine of each element. For
information about the calculation method, refer to cos().
squareMatrix1 must be diagonalizable. The result always contains
floating-point numbers.
cosh()
cosh(Va lu e 1 ) ⇒ value
cosh(List1) ⇒ list
cosh(Va lu e 1 ) returns the hyperbolic cosine of the argument.
cosh(List1) returns a list of the hyperbolic cosines of each element o f
List1.
cosh(squareMatrix1) ⇒ squareMatrix
Returns the matrix hyperbolic cosine of squareMatrix1. This is not
the same as calculating the hyperbolic cosine of each element. For
information about the calculation method, refer to cos().
squareMatrix1 must be diagonalizable. The result always contains
floating-point numbers.
In Gradian angle mode:
In Radian angle mode:
In Radian angle mode and Rectangular Complex Format:
To see the entire result, press £ and then use ¡ and ¢ to
move the cursor.
Catalog
>
In Radian angle mode:
coshê()
coshê(Va lu e 1 ) ⇒ value
coshê(List1) ⇒ list
ê
cosh
(Va lu e 1 ) returns the inverse hyperbolic cosine of the
argument.
ê
cosh
(List1) returns a list of the inverse hyperbolic cosines of each
element of List1.
Catalog
>
TI-Nspire™ Reference Guide17
coshê()
coshê(squareMatrix1) ⇒ squareMatrix
Returns the matrix inverse hyperbolic cosine of squareMatrix1. This
is not the same as calculating the inverse hyperbolic cosine of each
element. For information about the calculation method, refer to
cos().
squareMatrix1 must be diagonalizable. The result always contains
floating-point numbers.
Catalog
>
In Radian angle mode and In Rectangular Complex Format:
To see the entire result, press £ and then use ¡ and ¢ to
move the cursor.
cot()
cot(Val u e 1 ) ⇒value
cot(List1) ⇒list
Returns the cotangent of Val u e1 or returns a list of the cotangents of
all elements in List1.
Note: The argument is interpreted as a degree, gradian or radian
angle, according to the current angle mode setting. You can us e ó,G,
orôto override the angle mode temporarily.
cotê()
cotê(Va lu e 1 ) ⇒ value
cotê(List1) ⇒ list
Returns the angle whose cotangent is Va l ue 1 or returns a list
containing the inverse cotangents of each element of List1.
Note: The result is returned as a degree, gradian or radian angle,
according to the current angle mode setting.
coth()
coth(Val u e 1 ) ⇒ value
coth(List1) ⇒ list
Returns the hyperbolic cotangent of Va l ue 1 or returns a list of the
hyperbolic cotangents of all elements of List1.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
Catalog
Catalog
Catalog
>
>
>
cothê()
cothê(Va lu e 1 ) ⇒ value
cothê(List1) ⇒ list
Returns the inverse hyperbolic cotangent of Va l u e1 or returns a list
containing the inverse hyperbolic cotangents of each element of
List1.
Catalog
>
18TI-Nspire™ Reference Guide
count()
count(Val u e 1 or L i s t1 [,Value2orList2 [,...]]) ⇒ value
Returns the accumulated count of all elements in the arguments that
evaluate to numeric values.
Each argument can be an expression, value, list, or matrix. You can
mix data types and use arguments of various dimensions.
For a list, matrix, or range of cells, each element is evaluated to
determine if it should be included in the count.
Within the Lists & Spreadsheet application, you can use a range of
cells in place of any argument.
Catalog
>
countif()
countif(List,Criteria) ⇒ value
Returns the accumulated count of all elements in List that meet the
specified Criteria.
Criteria can be:
• A value, expression, or string. For example, 3 counts only those
elements in List that simplify to the value 3.
• A Boolean expression containing the symbol ? as a placeholder
for each element. For example, ?<5 counts only those elements
in List that are less than 5.
Within the Lists & Spreadsheet application, you can use a range of
cells in place of List.
Note: See also sumIf(), page 87, and frequency(), page 33.
crossP()
crossP(List1, List2) ⇒ list
Returns the cross product of List1 and List2 as a list.
List1 and List2 must have equal dimension, and the dimension must
be either 2 or 3.
crossP(Vector1, Vector2) ⇒ vector
Returns a row or column vector (depending on the arguments) that is
the cross product of Vector1 and Vector2.
Both Vector1 and Vector2 must be row vectors, or both must be
column vectors. Both vectors must have equal dimension, and the
dimension must be either 2 or 3.
Counts the number of elements equal to 3.
Counts the number of elements equal to “def.”
Counts 1 and 3.
Counts 3, 5, and 7.
Counts 1, 3, 7, and 9.
Catalog
Catalog
>
>
TI-Nspire™ Reference Guide19
csc()
csc(Val u e 1 ) ⇒ value
csc(List1) ⇒ list
Returns the cosecant of Va lu e 1 or returns a list containing the
cosecants of all elements in List1.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
Catalog
>
cscê()
cscê(Va l ue 1 ) ⇒value
cscê(List1) ⇒list
Returns the angle whose cosecant is Va l ue 1 or returns a list
containing the inverse cosecants of each element of List1.
Note: The result is returned as a degree, gradian or radian angle,
according to the current angle mode setting.
csch()
csch(Val u e 1 ) ⇒value
csch(List1) ⇒list
Returns the hyperbolic cosecant of Va lu e 1 or returns a list of the
hyperbolic cosecants of all elements of List1.
cschê()
cschê(Val u e ) ⇒value
cschê(List1) ⇒list
Returns the inverse hyperbolic cosecant of Va l u e1 or returns a list
containing the inverse hyperbolic cosecants of each element of List1.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
Catalog
Catalog
Catalog
>
>
>
20TI-Nspire™ Reference Guide
CubicReg
CubicReg X, Y[, [Freq] [, Category, Include]]
Catalog
Computes the cubic polynomial regression y = a·x3+b·
x2+c·x+d on lists X and Y with frequency Freq. A summary of
results is stored in the stat.results variable. (See page 83.)
All the lists must have equal dimension except for Include.
X and Y are lists of independent and dependent variables.
Freq is an optional list of frequency values. Each element in Freq
specifies the frequency of occurrence for each corresponding X and Y
data point. The default value is 1. All elements must be integers | 0.
Category is a list of numeric category codes for the corresponding X
and Y data.
Include is a list of one or more of the category codes. Only those data
items whose category code is included in this list are included in the
calculation.
Output variableDescription
stat.RegEqn
stat.a, stat.b, stat.c,
stat.d
2
stat.R
Regression equation: a·x3+b·x2+c·x+d
Regression coefficients
Coefficient of determination
stat.ResidResiduals from the regression
stat.XRegList of data points in the modified X List actually used in the regression based on restrictions of Freq,
stat.YRegList of data points in the modified Y List actually used in the regression based on restrictions of Freq,
Category List, and Include Categories
Category List, and Include Categories
stat.FreqRegList of frequencies corresponding to stat.XReg and stat.YReg
>
cumSum()
cumSum(List1) ⇒ list
Returns a list of the cumulative sums of the elements in List1,
starting at element 1.
cumSum(Matrix1) ⇒ matrix
Returns a matrix of the cumulative sums of the elements in Matrix1.
Each element is the cumulative sum of the column from top to
bottom.
Catalog
>
TI-Nspire™ Reference Guide21
Cycle
Cycle
Transfers control immediately to the next iteration of t he current loop
For, While, or Loop).
(
Cycle is not allowed outside the three looping structures (For,
While, or Loop).
Note for entering the example: In the Calculator
application on the handheld, you can enter multi-line definitions by
pressing @ instead of · at the end of each line. On the
computer keyboard, hold down Alt and press Enter.
Catalog
>
Function listing that sums the integers from 1 to 100 skipping
50.
4Cylind
Vec t o r 4Cylind
Displays the row or column vector in cylindrical form [r,q, z].
Vec t o r must have exactly three elements. It can be either a row or a
column.
D
dbd()
dbd(date1,date2) ⇒ value
Returns the number of days between date1 and date2 using the
actual-day-count method.
date1 and date2 can be numbers or lists of numbers within the range
of the dates on the standard calendar. If both date1 and date2 are
lists, they must be the same length.
date1 and date2 must be between the years 1950 through 2049.
You can enter the dates in either of two formats. The decimal
placement differentiates between the date formats.
MM.DDYY (format used commonly in the United States)
DDMM.YY (format use commonly in Europe)
Catalog
Catalog
>
>
22TI-Nspire™ Reference Guide
4DD
4DD ⇒ value
Expr1
List1 4DD ⇒ list
Matrix1
4DD ⇒ matrix
Returns the decimal equivalent of the argument expresse d in degrees.
The argument is a number, list, or matrix that is interpreted by the
Angle mode setting in gradians, radians or degrees.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
Catalog
>
4Decimal
4Decimal
Number1
4Decimal
List1
4
Decimal
Matrix1
Displays the argument in decimal form. This operator can be used
only at the end of the entry line.
Define
Define Var = Expression
Define Function(Param1, Param2, ...) = Expression
Defines the variable Var or the user-defined function Function.
Parameters, such as Param1, provide placeholders for passing
arguments to the function. When calling a user-defined function, you
must supply arguments (for example, values or variables) that
correspond to the parameters. When called, the function evaluates
Expression using the supplied arguments.
Var and Function cannot be the name of a system variable or built -in
function or command.
Note: This form of Define is equivalent to executing the
expression: expression &Function(Param1,Param2).
⇒ value
⇒ value
⇒ value
Catalog
Catalog
>
>
TI-Nspire™ Reference Guide23
Define
Define Function(Param1, Param2, ...) = Func
Block
EndFunc
Program(Param1, Param2, ...) = Prgm
Define
Block
EndPrgm
In this form, the user-defined function or program can execute a block
of multiple statements.
Block can be either a single statement or a series of statements on
separate lines. Block also can include expressions and instructions
(such as If, Then, Else, and For).
Note for entering the example: In the Calculator application
on the handheld, you can enter multi-line definitions by pressing
@ instead of · at the end of each line. On the computer
keyboard, hold down Alt and press Enter.
Note: See also Define LibPriv, page 24, and Define LibPub,
Operates the same as Define, except defines a private library
variable, function, or program. Private functions and progr ams do not
appear in the Catalog.
Note: See also Define, page 23, and Define LibPub, page 24.
Operates the same as Define, except defines a public library
variable, function, or program. Public functions and programs appear
in the Catalog after the library has been saved and refreshed.
Note: See also Define, page 23, and Define LibPriv, page 24.
Program(Param1, Param2, ...) = Prgm
Block
Catalog
Catalog
>
>
24TI-Nspire™ Reference Guide
Loading...
+ 108 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.