EasyManuals Logo
Home>Texas Instruments>Calculator>TI-Nspire CAS

Texas Instruments TI-Nspire CAS User Manual

Texas Instruments TI-Nspire CAS
276 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 #187 background imageLoading...
Page #187 background image
Try
Catalog >
Try
block1
Else
block2
EndTry
Executes block1 unless an error occurs.
Program execution transfers to block2 if an
error occurs in block1. System variable
errCode contains the error code to allow
the program to perform error recovery. For
a list of error codes, see Error codes and
messages, page 246.
block1 and block2 can be either a single
statement or a series of statements
separated with the “: character.
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
To see the commands Try, ClrErr, and
PassErr in operation, enter the eigenvals()
program shown at the right. Run the
program by executing each of the following
expressions.
Note: See also ClrErr, page 29, and PassErr,
page 129.
Define eigenvals(a,b)=Prgm
© Program eigenvals(A,B) displays
eigenvalues of AB
Try
Disp "A= ",a
Disp "B= ",b
Disp " "
Disp "Eigenvalues of AB are:",eigVl(a*b)
Else
If errCode=230 Then
Disp "Error: Product of AB must be a
square matrix"
ClrErr
Else
PassErr
EndIf
EndTry
EndPrgm
Alphabetical Listing 187

Other manuals for Texas Instruments TI-Nspire CAS

Questions and Answers:

Question and Answer IconNeed help?

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

Texas Instruments TI-Nspire CAS Specifications

General IconGeneral
TypeGraphing
Cover-
Form factorPocket
Control typeButtons, Touch
Product colorGrey, Silver
Digits- digits
Display tiltingNo
Display resolution320 x 240 pixels
Display number of lines- lines
Compatible operating systemsWindows XP/2000\\r Mac OS X 10.4/10.5
Battery typeAAA
Power sourceBattery
Number of batteries supported4
USB portYes
USB 2.0 ports quantity1
RAM capacity16 MB
ROM capacity20 MB
Weight and Dimensions IconWeight and Dimensions
Depth198.3 mm
Width100 mm
Height28.7 mm

Related product manuals