102 Activities
CBL 2™ Program for the TI-89 Titanium
This activity provides a program that can be used when the TI-89
Titanium is connected to a Calculator-Based Laboratory™ (CBL 2™) unit.
This program works with the “Newton’s Law of Cooling” experiment,
and is similar to the “Coffee To Go” experiment in the CBL System
Experiment Workbook. You can use your computer keyboard to type
lengthy text and then use TI Connect™ software to send it to the
calculator. More CBL 2™ programs are available from the TI Web site at
educaton.ti.com.
10. Use the
Trace tool to compare the median
student weights for different subsets.
Ê median, all students
Ë all students
Ì all freshmen
Í all seniors
Î all boys
Ï all girls
Program Instruction Description
:cooltemp( ) Program name
:Prgm
:Local i Declare local variable; exists only at
run time.
:setMode("Graph","FUNCTION") Set up the TI-89 Titanium for
function graphing.
:PlotsOff Turn off any previous plots.
:FnOff Turn off any previous functions.
:ClrDraw Clear any items previously drawn on
graph screens.
:ClrGraph Clear any previous graphs.
:ClrIO Clear the TI-89 Titanium Program IO
(input/output) screen.
:L10!xmin:99!xmax:10!xscl Set up the Window variables.
:L20!ymin:100!ymax:10!yscl
:{0}!data Create and/or clear a list named data.
:{0}!time Create and/or clear a list named time.
ÊË
Í
Ì
Î
Ï