30.07.2013 Views

CHAPTER 4 Calculator Notes for the TI-89, TI-92 Plus, and Voyage ...

CHAPTER 4 Calculator Notes for the TI-89, TI-92 Plus, and Voyage ...

CHAPTER 4 Calculator Notes for the TI-89, TI-92 Plus, and Voyage ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Note 4E • TRANSFRM Program (continued) <strong>TI</strong>-<strong>89</strong>/<strong>TI</strong>-<strong>92</strong> <strong>Plus</strong>/<strong>Voyage</strong> 200<br />

transfrm()<br />

Prgm<br />

© Initialize<br />

setMode("Graph","Function")<br />

-15.8áxmin:15.8áxmax<br />

-7.6áymin:7.6áymax<br />

1áyscl:1áxscl<br />

setGraph("Grid","On")<br />

setGraph("Axes","On")<br />

PlotsOff<br />

ClrDraw<br />

DelVar a,b,h,k,x<br />

© Set up generic functions in Y3-Y8<br />

ClrGraph<br />

Define y3(x)=k+(b*((x-h)/a))^2 ©parabola<br />

Define y4(x)=k+b*√((x-h)/a) ©square root<br />

Define y5(x)=k+b*abs((x-h)/a) ©absolute value<br />

Define y6(x)=k+b*√(1-((x-h)/a)^2) ©Semicircle<br />

Define y7(x)=k+b*y8((x-h)/a) © trans<strong>for</strong>mation of Y8<br />

Define y8(x)=when(x≥-3,when(x≥-1,when(x≥2,when(x>3,undef,<br />

-5+2*x),1-x),2),undef)<br />

Style 8,"thick"<br />

©Display<br />

ClrIO<br />

instructions<br />

Disp "Choose a type of graph"<br />

Disp "(or quit) from F1. ENTER"<br />

Disp "when ready to type a"<br />

Disp "<strong>for</strong>mula <strong>for</strong> <strong>the</strong> graph."<br />

Loop ©main loop<br />

DelVar a,b,h,k,x<br />

3áf © beginning value of f <strong>for</strong> later choices<br />

ToolBar<br />

Title "Types"<br />

Item "Parabola",lbl1<br />

Item "Above or Sq Root",lbl2<br />

Item "Above or Abs Val",lbl3<br />

Item "Above or Semicirc",lbl4<br />

Item "Generic",lbl5<br />

Item<br />

EndTBar<br />

"Quit",lbl6<br />

©Set up values of F <strong>for</strong> later choices<br />

Lbl lbl5:f+1áf<br />

Lbl lbl4:f+1áf<br />

(continued)<br />

36 <strong>CHAPTER</strong> 4 Discovering Advanced Algebra <strong>Calculator</strong> <strong>Notes</strong> <strong>for</strong> <strong>the</strong> Texas Instruments <strong>TI</strong>-<strong>89</strong>, <strong>TI</strong>-<strong>92</strong> <strong>Plus</strong>, <strong>and</strong> <strong>Voyage</strong> 200<br />

©2004 Key Curriculum Press

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!