Stop; Store; String; Submat - Texas Instruments TI-Nspire Reference Manual

Reference guide
Hide thumbs Also See for TI-Nspire:
Table of Contents

Advertisement

Stop

Stop
Programming command: Terminates the program.
Stop is not allowed in functions.
Note for entering the example:
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
and press
Alt
Enter

Store

string()

Expr
string
string(
)
Simplifies Expr and returns the result as a character string.

subMat()

Matrix1
startRow
subMat(
[,
matrix
Returns the specified submatrix of Matrix1.
Defaults: startRow=1, startCol=1, endRow=last row, endCol=last
column.

Sum (Sigma)

sum()

,
,
List
Start
End
sum(
[
[
]])
Returns the sum of all elements in List.
Start and End are optional. They specify a range of elements.
Any void argument produces a void result. Empty (void) elements in
List are ignored. For more information on empty elements, see page
131.
In the Calculator application
.
startCol
endRow
] [,
] [,
] [,
expression
@
endCol
])
TI-Nspire™ Reference Guide
Catalog >
&
See
(store), page 129.
Catalog >
Catalog >
G
See
(), page 124.
Catalog >
99

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents