EasyManuals Logo
Home>Texas Instruments>Calculator>Voyage 200

Texas Instruments Voyage 200 User Manual

Texas Instruments Voyage 200
1008 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 #826 background imageLoading...
Page #826 background image
828 Appendix A: Functions and Instructions
4
44
4Hex MATH/Base menu
integer1
4
44
4Hex
integer
Converts
integer1
to a hexadecimal number.
Binary or hexadecimal numbers always have a 0b
or 0h prefix, respectively.
256 4Hex ¸ 0h100
0b111100001111
4Hex ¸ 0hF0F
0b
binaryNumber
0h
hexadecimalNumber
Without a prefix,
integer1
is treated as decimal
(base 10). The result is displayed in hexadecimal,
regardless of the
Base mode.
If you enter a decimal integer that is too large for
a signed, 32-bit binary form, a symmetric modulo
operation is used to bring the value into the
appropriate range.
identity() MATH/Matrix menu
identity(
expression
)
matrix
Returns the identity matrix with a dimension of
expression
.
expression
must evaluate to a positive integer.
identity(4) ¸
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
If CATALOG
If
Boolean expression
If
Boolean expression
Then
statement
block
EndIf
If
Boolean expression
evaluates to true, executes
the single statement
statement
or the block of
statements
block
before continuing execution.
If
Boolean expression
evaluates to false, continues
execution without executing the statement or
block of statements.
block
can be either a single statement or a
sequence of statements separated with the “:”
character.
Program segment:
©
:If x<0
:Disp "x is negative"
©
or
©
:If x<0 Then
: Disp "x is negative"
: abs(x)! x
:EndIf
©
If
Boolean expression
Then
block1
Else
block2
EndIf
If
Boolean expression
evaluates to true, executes
block1
and then skips
block2
.
If
Boolean expression
evaluates to false, skips
block1
but executes
block2
.
block1
and
block2
can be a single statement.
Program segment:
©
:If x<0 Then
: Disp "x is negative"
: Else
: Disp "x is positive or zero"
:EndIf
©
A binary number can have up to
32 digits. A hexadecimal number
can have up to 8.
Zero, not the letter O, followed by b or h.

Table of Contents

Other manuals for Texas Instruments Voyage 200

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments Voyage 200 and is the answer not in the manual?

Texas Instruments Voyage 200 Specifications

General IconGeneral
TypeScientific
Form factorPocket
Product colorBlue
Display resolution128 x 240 pixels

Related product manuals