790
Appendix A: Functions and Instructions
ceiling()
MATH/Number menu
ceiling(
expression1
)
⇒
⇒
⇒
⇒
integer
Returns the nearest integer that is
‚
the
argument.
The argument can be a real or a complex number.
Note:
See also
floor()
.
ceiling(0.456)
¸
1.
ceiling(
list1
)
⇒
⇒
⇒
⇒
list
ceiling(
matrix1
)
⇒
⇒
⇒
⇒
matrix
Returns a list or matrix of the ceiling of each
element.
ceiling({
ë
3.1,1,2.5})
¸
{
ë
3. 1 3.}
ceiling([0,
ë
3.2i;1.3,4])
¸
[
0
2.
ë
3.
ø
i
4
]
BldData
CATALOG
BldData
[
dataVar
]
Creates data variable
dataVar
based on the
information used to plot the current graph.
BldData
is valid in all graphing modes.
If
dataVar
is omitted, the data is stored in the
system variable
sysData
.
Note:
The first time you start the Data/Matrix
Editor after using
BldData
,
dataVar
or
sysData
(depending on the argument you used with
BldData
) is set as the current data variable.
The incremental values used for any independent
variables (
x
in the example to the right) are
calculated according to the Window variable
values.
For information about the increments used to
evaluate a graph, refer to the module that
describes that graphing mode.
In function graphing mode and Radian angle
mode:
8
ù
sin(x)
!
y1(x)
¸
Done
2
ù
sin(x)
!
y2(x)
¸
Done
ZoomStd
¸
@
"
BldData
¸
Done
O
6
¸
3D graphing mode has two independent
variables. In the sample data to the right, notice
that
x
remains constant as
y
increments through
its range of values.
Then,
x
increments to its next value and
y
again
increments through its range. This pattern
continues until
x
has incremented through its
range.
Note:
The following sample data is from a 3D
graph.
Summary of Contents for TI-89 Voyage 200
Page 1: ...TI 89 Titanium Graphing Calculator...
Page 35: ...Getting Started 35 2 B u s i n e s s D B D B Press Result...
Page 44: ...Getting Started 44 3 0 D B D D Press Result...
Page 45: ...Getting Started 45 B D D 2 0 0 2 Press Result...
Page 46: ...Getting Started 46 D B Scroll down to October and press D 1 9 Press Result...
Page 60: ...Getting Started 60 Example Set split screen mode to TOP BOTTOM Press Result 3 B D...
Page 63: ...Getting Started 63 2 D B 4 Press Result...
Page 453: ...Differential Equation Graphing 453...
Page 468: ...Tables 468...
Page 539: ...Data Matrix Editor 539...