Goal:  Compute 31 stage order 10 schemes to arbitrary precision.
====

                                        Ren-Cang Li, June 1, 1996
                                        na.rcli@na-net.ornl.gov

Files in this directory:
=======================

   Maple Code:
   ----------

      Get_s31odr10ab  ---  Driver routine to get the schemes s31odr10a
                           and s31odr10b.

      Get_All         ---  Driver routine to get as many as 107 31 stage
                           order 10 schemes.

      s31odr10Eq      ---  Define determining equations.

      Newton         ---  Newton iteration to compute a real solution to
                          the determining equations, given a good initial
                          guess.

      InitialCs      ---  Provide initial guesses to Newton

      WriteItOut     ---  Output a computed solution.

   Output:  
   -------
            s31odr10a and s31odr10b by Get_s31odr10, containng three schemes;
            s31odr10_All by Get_All, containing 107 schemes.

To Run: 
=======

   After Maple prompt, type   read('Get_s31odr10');            or
                              read('Get_All');

Comments: The code as it is operate use 100 decimal digits, while only
          dump 20 decimal digits of final solutions. To change these,
          please go to Get_s31odr10 or Get_All, where 

              Digits    and   DumpDigits

          are initialized.
