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

Annotation of OpenXM/src/todo.txt, Revision 1.7

1.7     ! takayama    1: $OpenXM: OpenXM/src/todo.txt,v 1.6 1999/12/16 04:23:26 takayama Exp $
1.4       takayama    2:
1.7     ! takayama    3: /*&english
        !             4:
        !             5: SHORT TERM
1.5       takayama    6:
1.6       takayama    7: * Starting our web cite
1.7     ! takayama    8:      www.mathprog.org or www.openxm.org
1.4       takayama    9:
1.7     ! takayama   10: * PHC pack for free BSD. (Install Ada compiler and try to generate binary).
1.4       takayama   11:      Reference: www.mth.msu.edu/~jan
1.2       takayama   12:
1.7     ! takayama   13: * A unified environment to solve systems of algebraic equations.
        !            14:
        !            15: * install-bin
        !            16:   install-lib
        !            17:   install-doc
        !            18:   install-man  の各 target に分解.
        !            19:
        !            20: OX SERVERS:
        !            21:
        !            22: * ox_porta  (Polytopes)
1.3       takayama   23:      Reference: ftp.elib.zib-berline.de/pub/mathprog
1.7     ! takayama   24:      Computational Geometry.
1.6       takayama   25:
                     26: * ox_sound
                     27:      OX server for mathematically synthesized music.
                     28:      For example, I want to hear the sound of (x-1)(x-2)(x-3)*sin(x).
                     29:
                     30: * ox_ray_tracer
                     31:      It outputs a high quality graphics.
1.7     ! takayama   32:      Can you draw a high-quality graph of z=x^2-y^2?
        !            33:      Can you draw a high-quality graph of z=1/(x^2+y^2)?
        !            34:      Can you draw a zero set of x^3-y^2 z^2?
        !            35:      Can we utilize povray, gimp, ...?
        !            36:      Many many examples of minimal surfaces.
        !            37:      Scientific visualization.
        !            38:      Data format for mathematical graphical data.
        !            39:      Do we have new problems in 3-dim graphics for Mathematical presentations?
        !            40:      Generation of video like "turning the sphare inside out"
        !            41:
        !            42: * ox_turtle
        !            43:      turtle graphics server.
        !            44:      Graphics of Cell Automaton.  See the book by Miyachi.
        !            45:
        !            46: * ox_m2  ox_gap
        !            47:      Macaulay 2, GAP, opal, etc, etc, ...
        !            48:      www.matx.org (A free soft like MatLab)
        !            49:      New CMO should be defined.
        !            50:
        !            51:
        !            52: INTERFACE
        !            53:
        !            54: * What is the best language for our project
        !            55:   in view of mathematics and distributed computation?
        !            56:
        !            57: * A nice help system.  Learning mathematics via the help system.
1.2       takayama   58:
                     59: * KLIC interface for OpenXM.
                     60:
                     61: * (Nara) Standard Lisp interface for OpenXM.
                     62:
                     63: * MCP on OpenXM  (Web interface and protocols --- by B.Char
                     64:                   See http://snake.mcs.kent.edu.)
                     65:   Middle regulator ... on OpenXM  (Deguchi project)
1.7     ! takayama   66:   Web frontend for OpenXM servers.  w3c.
        !            67:   Exposition of math programs on web ( asir-contrib/packages/src/dsolv)
        !            68:   See also  "Algebra, Interactive" (a book by A.Cohen).
        !            69:
        !            70: * Web cite that keeps math data.  How to organize data?
        !            71:    see, e.g.,  http://www.goto.info.waseda.ac.jp/~otsuka/polytope/index.html
        !            72:    http://mathnet.kusm.kyoto-u.ac.jp/index.html
        !            73:    http://mathmuse.sci.ibaraki.ac.jp
        !            74:
        !            75: * Participate in the OpenMath project.
        !            76:
        !            77: * ruby
1.2       takayama   78:
                     79: * OX_DATA_MP     (See http://snake.mcs.kent.edu/areas/protocols/mp.html)
1.1       takayama   80:
1.7     ! takayama   81:
        !            82: MATHEMATICS:
        !            83:
        !            84: *  Algorithmic study of D-modules and enveloping algebras
        !            85:    (Beilinson-Bernstein correspondence).
        !            86:
        !            87: *  Minimal resolutions in D.
        !            88:
        !            89: *  A new subclass of GKZ systems (Shiga's paper).
        !            90:
        !            91: *  Construction of solutions around irregular singular point
        !            92:
        !            93: *  High precision computation of hypergeometric integrals
        !            94:    including Selberg type integrals.
        !            95:
        !            96: *  Rational solutions of hypergeometric systems.
        !            97:
        !            98: *  Algorithmic treatment of Orlik-Solomon algebra.
        !            99:
        !           100: *  Distributed computation of GB.
        !           101:    Distributed computations in computer algebra in general.
        !           102:    MPI version of OpenXM.  Multiplying huge polynomials, etc.
        !           103:
        !           104:
        !           105: TEXTS :
        !           106: * A nice programming introduction understandable to junior high school kids.
        !           107: * Japanese version of the web cite.
        !           108: * Summer schools of "Fun of Mathematical Softwares".
        !           109:
        !           110: See also
        !           111:    ox_math/todo.txt
        !           112:    kan96xx/todo.txt
        !           113:
        !           114: */
1.1       takayama  115:
                    116:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>