11-18
Using mathematical functions
QUOTE
Encloses an expression that should not be evaluated
numerically.
QUOTE(
expression
)
Examples
QUOTE(SIN(45))
F1(X)
stores the
expression SIN(45) rather than the value of SIN(45).
Another method is to enclose the expression in single
quotes.
For example,
X^3+2*X
F1(X)
puts the
expression
X^3+2*X
into
F1(X)
in the Function
aplet.
| (
where
)
Evaluates
expression
where each given variable
is set to
the given
value
. Defines numeric evaluation of a symbolic
expression.
expression
|(
variable1=value1, variable2=value2,...
)
Example
3*(X+1)|(X=3)
returns
12
.
Test functions
The test functions are
logical
operators that always return
either a 1 (
true
) or a 0 (
false
).
<
Less than. Returns 1 if true, 0 if false.
value1
<
value2
≤
Less than or equal to. Returns 1 if true, 0 if false.
value1
≤
value2
= =
Equals (logical test). Returns 1 if true, 0 if false.
value1
==
value2
≠
Not equal to. Returns 1 if true, 0 if false.
value1
≠
value2
>
Greater than. Returns 1 if true, 0 if false.
value1
>
value2
Содержание 39g+
Страница 1: ...hp 39g graphing calculator user s guide H Edition 2 Part Number F2224 90001 ...
Страница 62: ...2 22 Aplets and their views 5 Display the functions in numeric form ...
Страница 78: ......
Страница 83: ...Sequence aplet 6 3 Select Cobweb Display the table 6 Display the table of values for this example ...
Страница 84: ......
Страница 116: ......
Страница 178: ......