Mathematics 116

SLOPE FIELD

TI 83

-This program plots the slope field for the differential equation in the form ${\hbox{dy}\over 
\hbox{dx}}=\hbox{f(x,y)}$. Set an appropraite WINDOW prior to running the program.

Note: Information in {} is not put into the calculator. Information in RED denotes a button on the calculator

Note: Information like BLUE(RED) means to access BLUE hit 2ed then RED

An expression f(x,y) must also be entered before running this program. For x, use X,T,q,n. For Y use ALPHA then Y. 


:ClrDraw  {ClrDraw is found with DRAW(PRGM) in DRAW Menu} 
:FnOff  {FnOff is found with VARS in the Y-VARS menu choice ON/OFF} 
:7*(Xmax-Xmin)/83$\to$ {Xmax and Xmin are found with VARS in WINDOW Menu}{The arrow is STO
:7*(Ymax-Ymin)/55$\to$ {Ymax and Ymin are found with VARS in WINDOW Menu} 
:1/(0.4*H)^2$\to$
:1/(0.4*K)^2$\to$
:Xmin+0.5*H$\to$
:Ymin+0.5*K$\to$
:1$\to$
:Lbl 1  {Lbl is found with PRGM in CTL menu} 
:1$\to$
:Z$\to$
:Lbl 2 
:Y1$\to$
:1/$\sqrt{}$(A+B*T^2)$\to$
:T*C$\to$
:Line(X-C,Y-S,X+C,Y+S)  {Line is found with DRAW(PRGM) in DRAW Menu} 
:Z+J*K$\to$
:IS>(J,8)  {IS> is found with PRGM in CTL Menu} 
:Goto 2  {Goto is found with PRGM in CTL Menu} 
:X+H$\to$
:IS>(L,12) 
:Goto 1 


This page last modified Sat Aug 18 17:03:12 2001
Questions? Comments? Your feedback is invaluable to us.
Copyright © 2001 The Regents of the University of Michigan