EasyManua.ls Logo

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 #195 background imageLoading...
Page #195 background image
varSamp()
Catalog >
If an element in either matrix is empty
(void), that element is ignored, and the
corresponding element in the other matrix
is also ignored. For more information on
empty elements, see page 232.
Note: Matrix1 must contain at least two
rows.
W
Wait
Catalog >
Wait timeInSeconds
Suspends execution for a period of
timeInSeconds seconds.
Wait is particularly useful in a program that
needs a brief delay to allow requested data
to become available.
The argument timeInSeconds must be an
expression that simplifies to a decimal value
in the range 0 through 100. The command
rounds this value up to the nearest 0.1
seconds.
To cancel a Wait that is in progress,
Handheld: Hold down the c key and
press · repeatedly.
Windows®: Hold down the F12 key and
press Enter repeatedly.
Macintosh®: Hold down the F5 key and
press Enter repeatedly.
iPad®: The app displays a prompt. You can
continue waiting or cancel.
Note: You can use the Wait command within
a user-defined program but not within a
function.
To wait 4 seconds:
Wait 4
To wait 1/2 second:
Wait 0.5
To wait 1.3 seconds using the variable
seccount:
seccount:=1.3
Wait seccount
This example switches a greenLED on for
0.5 seconds and then switches it off.
Send "SET GREEN 1 ON"
Wait 0.5
Send "SET GREEN 1 OFF"
Alphabetical Listing 195

Other manuals for Texas Instruments TI-Nspire CAS

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

Summary

Important Information

License

Discusses software license terms and conditions.

Expression Templates

Fraction template

Template for entering fractions.

Exponent template

Template for entering exponents.

Matrix template (m x n)

Template for creating mxn matrices.

First derivative template

Template for calculating first derivatives.

Alphabetical Listing

abs()

Returns the absolute value of the argument.

angle()

Returns the angle of an argument as a complex number.

ANOVA

Performs one-way analysis of variance.

approx()

Evaluates arguments to decimal values.

Symbols

+ (add)

Returns the sum of two arguments.

- (subtract)

Returns the difference between two arguments.

* (multiply)

Returns the product of two arguments.

/ (divide)

Returns the quotient of two arguments.

EOS™ (Equation Operating System) Hierarchy

Order of Evaluation

Details the priority levels for operators and functions.

Parentheses, Brackets, and Braces

Explains how grouped expressions are evaluated first.

Error Codes and Messages

Error code

Lists numeric error codes and their descriptions.

Warning Codes and Messages

Lists numeric warning codes and their associated messages.

Shortcuts for Entering Math Expressions

From the Handheld or Computer Keyboard

Lists shortcuts for handheld and computer input.

From the Computer Keyboard

Lists shortcuts specific to computer keyboard input.

Related product manuals