MiniMax (MU-16)



Step   Procedure                Enter     Press      Display
 1     Enter LRN Mode                     LRN        000 00
 2     Use A' as Label                    2nd LBL
                                          2nd A'
 3     Enter f(x) as keystrokes
       Don't use CLR or =
 4     End with INV SBR
 5     Exit LRN Mode                      LRN
 6     Define maximum # of
       iterations                Limit    A          Limit
 7     Enter Search Incrment     Delta x  B          Delta x
 8     Enter starting value of
        x find next critical
         value with limit #
           of iterations          x0      C          xCrit
                                          2nd A'     f(xCrit)
                                          x<>t       -1 or 1
        or
 9     Enter starting value of
        x and find next critical
         value                     X0     2nd C'     xCrit
                                          2nd A'     f(xCrit)
                                          x<>t       -1 or 1   