ML-09



Step  Procedure               Enter     Press      Display
1     Initialize                        RST          0
2     Select LRN mode                   LRN        000 00
3     Use 2nd A as LBL                  2nd Lbl    001 00
                                        2nd A      002 00
4     Enter f(x) as a series of
       keystrokes. Do not use =
       or CLR. Do not use registers
       0-5
5     End f(x) with INV SBR             INV SBR    xxx 00
6     Leave LRN mode                    LRN          0
7     Select program                    2nd Pgm 09
8     Enter lower limit          l       A           l
9     Enter upper limit          u       B           u
10    Enter n(n=2,4,6,...)       n       C           n
11    Compute integral                   D           I
12    For a new interval 
       repeat 7-11

Notes: Evaluate expressions with parentheses only
       Running time is dependent on input data
