=================================================================== RCS file: /home/cvs/OpenXM/src/todo.txt,v retrieving revision 1.6 retrieving revision 1.9 diff -u -p -r1.6 -r1.9 --- OpenXM/src/todo.txt 1999/12/16 04:23:26 1.6 +++ OpenXM/src/todo.txt 2003/03/25 06:53:55 1.9 @@ -1,33 +1,107 @@ -$OpenXM: OpenXM/src/todo.txt,v 1.5 1999/12/16 02:07:06 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. - Transfer to ftp.math.kobe-u.ac.jp (maekawa project) +/*&english -* Starting our web cite - www.freemath.org or www.openxm.org +SHORT TERM -*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. -* ox_porta (Polytopes). - 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_ray_tracer +* 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. * (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. + 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) + +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 + +*/