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

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

version 1.8, 2000/03/17 04:59:11 version 1.9, 2003/03/25 06:53:55
Line 1 
Line 1 
 $OpenXM: OpenXM/src/todo.txt,v 1.7 2000/03/17 04:51:58 takayama Exp $  $OpenXM: OpenXM/src/todo.txt,v 1.8 2000/03/17 04:59:11 takayama Exp $
   
 /*&english  /*&english
   
 SHORT TERM  SHORT TERM
   
 * Starting our web cite  
      www.mathprog.org or www.openxm.org  
   
 * PHC pack for free BSD. (Install Ada compiler and try to generate binary).  
      Reference: www.mth.msu.edu/~jan  
   
 * A unified environment to solve systems of algebraic equations.  * A unified environment to solve systems of algebraic equations.
   
 * Decompose the install target to  * Decompose the install target to
Line 18  SHORT TERM
Line 12  SHORT TERM
   install-doc    install-doc
   install-man    install-man
   
   
 OpenXM PROTOCOL ITSELF  OpenXM PROTOCOL ITSELF
   
 * Notify the error "ox server ox_hogehoge does not exists."  * Notify the error "ox server ox_hogehoge does not exists."
Line 28  OpenXM PROTOCOL ITSELF
Line 21  OpenXM PROTOCOL ITSELF
   
 * Make the control process as an ox stackmachine.  * Make the control process as an ox stackmachine.
   
 * Support of tree structures?  How?  
   
 * Starting the remote session by ssh (Tamura and Ohara)  
   
 * Security level (cf. sm1 [(SecureMode) 1] system_variable)  * Security level (cf. sm1 [(SecureMode) 1] system_variable)
   
 * SPEED UP!  * SPEED UP!
   
 OX SERVERS:  OX SERVERS:
   
 * ox_porta  (Polytopes)  * ox_polymake  (Polytopes)
      Reference: ftp.elib.zib-berline.de/pub/mathprog  
      Computational Geometry.  
   
 * ox_sound  * ox_sound
      OX server for mathematically synthesized music.       OX server for mathematically synthesized music.
      For example, I want to hear the sound of (x-1)(x-2)(x-3)*sin(x).       For example, I want to hear the sound of (x-1)(x-2)(x-3)*sin(x).
   
 * ox_ray_tracer  * ox_open_gl   and ox_java_view
      It outputs a high quality graphics.       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=x^2-y^2?
      Can you draw a high-quality graph of z=1/(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?       Can you draw a zero set of x^3-y^2 z^2?
      Can we utilize povray, gimp, ...?  
      Many many examples of minimal surfaces.  
      Scientific visualization.       Scientific visualization.
      Data format for mathematical graphical data.       Data format for mathematical graphical data.
      Do we have new problems in 3-dim graphics for Mathematical presentations?  
      Generation of video like "turning the sphare inside out"       Generation of video like "turning the sphare inside out"
   
 * ox_turtle  * ox_turtle
      turtle graphics server.       turtle graphics server.
      Graphics of Cell Automaton.  See the book by Miyachi.       Graphics of Cell Automaton.  See the book by Miyachi.
   
 * ox_m2  ox_gap  * ox_gap
      Macaulay 2, GAP, opal, etc, etc, ...       GAP, opal, etc, etc, ...
      www.matx.org (A free soft like MatLab)       www.matx.org (A free soft like MatLab)
      New CMO should be defined.       New CMO should be defined.
   
Line 79  INTERFACE
Line 63  INTERFACE
   
 * (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.)  
   Middle regulator ... on OpenXM  (Deguchi project)  
   Web frontend for OpenXM servers.  w3c.    Web frontend for OpenXM servers.  w3c.
   Exposition of math programs on web ( asir-contrib/packages/src/dsolv)    Exposition of math programs on web ( asir-contrib/packages/src/dsolv)
   See also  "Algebra, Interactive" (a book by A.Cohen).    See also  "Algebra, Interactive" (a book by A.Cohen).
Line 91  INTERFACE
Line 73  INTERFACE
    http://mathnet.kusm.kyoto-u.ac.jp/index.html     http://mathnet.kusm.kyoto-u.ac.jp/index.html
    http://mathmuse.sci.ibaraki.ac.jp     http://mathmuse.sci.ibaraki.ac.jp
   
 * Participate in the OpenMath project.  
   
 * ruby  
   
 * 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)
   
   
Line 103  MATHEMATICS:
Line 81  MATHEMATICS:
 *  Algorithmic study of D-modules and enveloping algebras  *  Algorithmic study of D-modules and enveloping algebras
    (Beilinson-Bernstein correspondence).     (Beilinson-Bernstein correspondence).
   
 *  Minimal resolutions in D.  
   
 *  A new subclass of GKZ systems (Shiga's paper).  
   
 *  Construction of solutions around irregular singular point  *  Construction of solutions around irregular singular point
   
 *  High precision computation of hypergeometric integrals  *  High precision computation of hypergeometric integrals
Line 122  MATHEMATICS:
Line 96  MATHEMATICS:
   
   
 TEXTS :  TEXTS :
 * A nice programming introduction understandable to junior high school kids.  
 * Japanese version of the web cite.  * Japanese version of the web cite.
 * Summer schools of "Fun of Mathematical Softwares".  
   
 See also  See also
    ox_math/todo.txt     ox_math/todo.txt

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

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