[BACK]Return to todo.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

File: [local] / OpenXM / src / ox_math / todo.txt (download)

Revision 1.4, Thu Dec 16 02:04:35 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.3: +4 -21 lines

Update of todo.txt.  Find your contributions.

     *** Please feel free to add and delete (done) items in todo.txt's. ***

Noro-san; please add todo.txt in asir2000.

$OpenXM: OpenXM/src/ox_math/todo.txt,v 1.4 1999/12/16 02:04:35 takayama Exp $

* We need examples of client programs which can be used
  in class rooms or in study of mathematics.
  Example 1:
    \beta nbc basis.
    Mathematica --> ox_asir (\beta nbc package)
    Reference : Orlik and Terao, Arrangements of Hyperplanes, Springer.
  Example 2:
    Generate randomly symmetric matrices and
    display the distribution of the maximal eigenvalues.
    asir --> ox_math(EigenValues) and ox_gnuplot
  Example 3:
    Translate the Selberg differential equation to
    a Pfaffian form.
    Mathematica --> ox_sm1.
    asir --> ox_sm1.
    Reference : Aomoto and Kita, Hypergeometric Functions, Appendix.
  Example 4:
    Mathematica Note book that explains what is primary ideal
    decomposition.
    Mathematica --> ox_asir.
  Example 5:
    Taylor expansion.
    asir --> ox_math.

* Find rational solutions of Garnier systems by exhaustive search.
  It is a nice problem of solving algebraic equations.