TI-83 Plus
Math, Angle, and Test Operations
103
TEST LOGIC (Boolean) Operations
TEST LOGIC Menu
To display the
TEST LOGIC
menu, press
y
ã
TEST
ä
~
.
This operator...
Returns a 1 (true) if...
TEST LOGIC
1: and
Both values are nonzero (true).
2: or
At least one value is nonzero (true).
3: xor
Only one value is zero (false).
4: not(
The value is zero (false).
Boolean Operators
Boolean operators are often used in programs to control program flow
and in graphing to control the graph of the function over specific values.
Values are interpreted as zero (false) or nonzero (true).
and, or, xor
and
,
or
, and
xor
(exclusive or) return a value of
1
if an expression is true
or
0
if an expression is false, according to the table below.
valueA
and
valueB
can be real numbers, expressions, or lists.
Содержание 83PL/CLM/1L1/V - 83 Plus Calc
Страница 228: ...TI 83 Plus Draw Instructions 225 DrawInv expression Note You cannot use a list in expression to draw a family of curves...
Страница 293: ...TI 83 Plus Lists 290 Using Lists in Graphing You can use lists to graph a family of curves Chapter 3...
Страница 407: ...TI 83 Plus Inferential Statistics and Distributions 404 Input Calculated results Drawn results...
Страница 412: ...TI 83 Plus Inferential Statistics and Distributions 409 Data Stats Input Calculated results...
Страница 446: ...TI 83 Plus Applications 443 3 Press to place the cursor on the prompt 4 Press to solve for the annual interest rate...
Страница 454: ...TI 83 Plus Applications 451 tvm_FV tvm_FV computes the future value tvm_FV PV PMT P Y C Y...