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

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 Goto or Exit instruction is executed
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
Enter
LU
Matrix
lMatrix
uMatrix
LU
,
,
Calculates the Doolittle LU (lower-upper) decomposition of a real or
complex matrix. The lower triangular matrix is stored in lMatrix, the
upper triangular matrix in uMatrix, and the permutation matrix
(which describes the row swaps done during the calculation) in
pMatrix.
lMatrix · uMatrix = pMatrix · matrix
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
14 ·max(dim(Matrix)) ·rowNorm(Matrix)
5E
The LU factorization algorithm uses partial pivoting with row
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.
You can insert this function from the computer keyboard by
Note:
typing mat@>list(...).
60
TI-Nspire™ Reference Guide
In the Calculator application
.
pMatrix[,Tol]
,
or set the
Auto or Approximate
@
Catalog >
Catalog >
Catalog >

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents