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

Diff for /OpenXM/src/todo.txt between version 1.4 and 1.9

version 1.4, 1999/12/16 02:04:34 version 1.9, 2003/03/25 06:53:55
Line 1 
Line 1 
 $OpenXM: OpenXM/src/todo.txt,v 1.3 1999/12/16 01:22:40 takayama Exp $  $OpenXM: OpenXM/src/todo.txt,v 1.8 2000/03/17 04:59:11 takayama Exp $
   
 * Automatic and periodic generation of .tgz and binaries.  /*&english
   Transfer to ftp.math.kobe-u.ac.jp   (maekawa project)  
   
 *PHC pack for free BSD. (Install Ada compiler and try to generate binary).  SHORT TERM
      Reference: www.mth.msu.edu/~jan  
   
 * ox_porta  (Polytopes).  * A unified environment to solve systems of algebraic equations.
      Reference: ftp.elib.zib-berline.de/pub/mathprog  
   
   * Decompose the install target to
     install-bin
     install-lib
     install-doc
     install-man
   
   OpenXM PROTOCOL ITSELF
   
   * Notify the error "ox server ox_hogehoge does not exists."
   
   * Restarting server
     (ox_sm1 does not restore the stack after the error.)
   
   * Make the control process as an ox stackmachine.
   
   * Security level (cf. sm1 [(SecureMode) 1] system_variable)
   
   * SPEED UP!
   
   OX SERVERS:
   
   * ox_polymake  (Polytopes)
   
   * ox_sound
        OX server for mathematically synthesized music.
        For example, I want to hear the sound of (x-1)(x-2)(x-3)*sin(x).
   
   * ox_open_gl   and ox_java_view
        It outputs a high quality graphics.
        Can you draw a high-quality graph of z=x^2-y^2?
        Can you draw a high-quality graph of z=1/(x^2+y^2)?
        Can you draw a zero set of x^3-y^2 z^2?
        Scientific visualization.
        Data format for mathematical graphical data.
        Generation of video like "turning the sphare inside out"
   
   * ox_turtle
        turtle graphics server.
        Graphics of Cell Automaton.  See the book by Miyachi.
   
   * ox_gap
        GAP, opal, etc, etc, ...
        www.matx.org (A free soft like MatLab)
        New CMO should be defined.
   
   
   INTERFACE
   
   * What is the best language for our project
     in view of mathematics and distributed computation?
   
   * A nice help system.  Learning mathematics via the help system.
   
 * KLIC interface for OpenXM.  * KLIC interface for OpenXM.
   
 * (Nara) Standard Lisp interface for OpenXM.  * (Nara) Standard Lisp interface for OpenXM.
   
 * MCP on OpenXM  (Web interface and protocols --- by B.Char  *
                   See http://snake.mcs.kent.edu.)    Web frontend for OpenXM servers.  w3c.
   Middle regulator ... on OpenXM  (Deguchi project)    Exposition of math programs on web ( asir-contrib/packages/src/dsolv)
     See also  "Algebra, Interactive" (a book by A.Cohen).
   
   * Web cite that keeps math data.  How to organize data?
      see, e.g.,  http://www.goto.info.waseda.ac.jp/~otsuka/polytope/index.html
      http://mathnet.kusm.kyoto-u.ac.jp/index.html
      http://mathmuse.sci.ibaraki.ac.jp
   
 * OX_DATA_MP     (See http://snake.mcs.kent.edu/areas/protocols/mp.html)  * OX_DATA_MP     (See http://snake.mcs.kent.edu/areas/protocols/mp.html)
   
   
   MATHEMATICS:
   
   *  Algorithmic study of D-modules and enveloping algebras
      (Beilinson-Bernstein correspondence).
   
   *  Construction of solutions around irregular singular point
   
   *  High precision computation of hypergeometric integrals
      including Selberg type integrals.
   
   *  Rational solutions of hypergeometric systems.
   
   *  Algorithmic treatment of Orlik-Solomon algebra.
   
   *  Distributed computation of GB.
      Distributed computations in computer algebra in general.
      MPI version of OpenXM.  Multiplying huge polynomials, etc.
   
   
   TEXTS :
   * Japanese version of the web cite.
   
   See also
      ox_math/todo.txt
      kan96xx/todo.txt
   
   */
   
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.9

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