Goal:  Compute s33odr10a, s33odr10b, and s33odr10c to arbitrary precision.
====

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

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

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

      Get_s33odr10a  ---  Driver routine to get s33odr10a.

      Get_s33odr10bc ---  Driver routine to get s33odr10b and s33odr10c.

      s33odr10Eq     ---  Define determining equations.

      c3fixed        ---  Given an intial guess to the determining
                          equations, it compute a solution with c3 fixed.
                          (Note: there are 15 determining equations but with
                          16 unknowns.)

      c8fixed        ---  Given an intial guess to the determining
                          equations, it compute a solution with c8 fixed.

      dc16overdc8    ---  Compute c16' as a function of c8.

      dcxsoverdc8    ---  Compute 

                           c3'-c5'+c6'-c7'+c10'-c11'+c13'-c14'+c15'-c16' 

                          as a function of c8.

      iterndc16      ---  Compute a zero of c8' as a function of c7.

      iterndcxs      ---  Compute a zero of 

                           c3'-c5'+c6'-c7'+c10'-c11'+c13'-c14'+c15'-c16' 

                          as a function of c8.

      WriteItOut     ---  Output a computed solution.

      ToCheck        ---  Check residual errors of claimed solutions

   Output:  s33odr10a by Get_s33odr10a,
   -------  s33odr10b, and s33odr10c by Get_s33odr10bc.

   A Solution Curve:
   - -------- -----

      Curve.ps       ---  PostScript file displaying A Solution Curve
                          to the determining equations for 33 stage order
                          10 schemes.

To Run: 
=======

   After Maple prompt, type   read('Get_s33odr10a'); or
                              read('Get_s33odr10bc');

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_s33odr10x, where 

              Digits    and   DumpDigits

          are initialized.
