Loop; Mat4List() - Texas Instruments TI-NSPIRE Reference Manual

Ti ti-nspire: reference guide
Hide thumbs Also See for TI-NSPIRE:
Table of Contents

Advertisement

Loop

Loop
Block
EndLoop
Repeatedly executes the statements in Block. Note that the loop will
be executed endlessly, unless a
within Block.
Block is a sequence of statements separated with the ":" character.
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
LU
Matrix
lMatName
uMatName
LU
,
,
Calculates the Doolittle LU (lower-upper) decomposition of a real or
complex matrix. The lower triangular matrix is stored in lMatName,
the upper triangular matrix in uMatName, and the permutation
matrix (which describes the row swaps done during the calculation) in
pMatName.
·
lMatName
uMatName = pMatName
Optionally, any matrix element is treated as zero if its absolute value
is less than Tol. This tolerance is used only if the matrix has floating-
point entries and does not contain any symbolic variables that have
not been assigned a value. Otherwise, Tol is ignored.
If you use
mode to Approximate, computations are done using floating-
point arithmetic.
If Tol is omitted or not used, the default tolerance is calculated
as:
·
M
5E
14
max(dim(Matrix))
The
factorization algorithm uses partial pivoting with row
LU
interchanges.
M
4
mat
list()
4
Matrix
list
mat
list(
)
Returns a list filled with the elements in Matrix. The elements are
copied from Matrix row by row.
46
or
instruction is executed
Goto
Exit
In the Calculator application
.
Enter
pMatName
Tol
,
[,
]
·
matrix
or set the
Auto or Approximate
·
rowNorm(Matrix)
TI-Nspire™ Reference Guide
Catalog >
Catalog >
Catalog >

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ns/clm/1l1/b - nspire math and science handheld graphing calculatorTi-nspire

Table of Contents