EasyManuals Logo

Texas Instruments TI-Nspire Reference Guide

Texas Instruments TI-Nspire
164 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #66 background imageLoading...
Page #66 background image
60 TI-Nspire™ Reference Guide
M
Loop
Catalog
>
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: 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.
LU
Catalog
>
LU Matrix, lMatrix, uMatrix, pMatrix[,Tol]
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
/
·
or set the Auto or Approximate
mode to Approximate, computations are done using floating-
point arithmetic.
•If Tol is omitted or not used, the default tolerance is calculated
as:
5EM14 ·max(dim(Matrix)) ·rowNorm(Matrix)
The LU factorization algorithm uses partial pivoting with row
interchanges.
mat
4
list()
Catalog
>
mat4list(Matrix) list
Returns a list filled with the elements in Matrix. The elements are
copied from Matrix row by row.
Note: You can insert this function from the computer keyboard by
typing mat@>list(...).

Table of Contents

Other manuals for Texas Instruments TI-Nspire

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-Nspire and is the answer not in the manual?

Texas Instruments TI-Nspire Specifications

General IconGeneral
TypeDisplay
Form factorPocket
Product colorBlue, White
Display resolution320 x 240 pixels
Display size (HxV) (imperial)0 \
Compatible operating systemsWindows Vista/XP Mac OS X 10.4/10.5
Battery typeAAA
Number of batteries supported4
Weight and Dimensions IconWeight and Dimensions
Dimensions (WxDxH)100 x 198.3 x 28.7 mm

Related product manuals