Texas Instruments TI-89 and TI-92 Plus Computer 

Last page update: Sunday, November 21, 1999 
 
Euler's Numerical Method - for the TI-89 and TI-92 Plus
Version 1.0   (Monday, September 07, 1999)
Download [ euler.89f  | euler.9xf ] (496 bytes)
Description Performs Euler's Numerical Method.  
Screen shots
Screen image 
 
Screen image  
Documentation Usage: 
Euler(Expr,IndependantVar,DependantVar,DeltaX,InitialX,InitialY,EvalPT

Return value: 
Expr approximated at point EvalPT

Examples: 
1. Euler(-t/y,t,y,.1,0,1,.2)
    .99

Note: When graphing, the variable x cannot be used in the expression.