Annotation of OpenXM/src/asir-contrib/packages/doc/top/misc.oxw, Revision 1.1
1.1 ! takayama 1: @c $OpenXM$
! 2: /*&C
! 3: @node Misc,,, Top
! 4: */
! 5: /*&ja
! 6:
! 7: @chapter $B$=$NB>$N%^%K%e%"%k(B
! 8:
! 9: $B$3$N@a$G$O(B asir-contrib $B$N$=$NB>$N%^%K%e%"%k$r>R2p$9$k(B.
! 10:
! 11: $B$=$l$+$i$^$@J,N`$,$*$o$C$F$$$J$$4X?t$r2r@b$9$k(B.
! 12: $B$3$l$i$N4X?t$O>-Mh$OJL$NFHN)$7$?@a$X0\$9M=Dj$G$"$k(B.
! 13:
! 14:
! 15: */
! 16:
! 17: /*&en
! 18:
! 19: @chapter Other Manuals
! 20: This section introduces other manuals in the asir-contrib project.
! 21:
! 22: This section also describes functions that have not yet been classifed.
! 23: These will be moved to independent sections in a future.
! 24:
! 25: */
! 26:
! 27:
! 28: /*&C
! 29:
! 30: @subsection dsolv (Solving the initial ideal for holonomic systems)
! 31: dsolv/dsolv_toc
! 32: @subsection ok_diff (Okutani's library for differential operators)
! 33: ok_diff/ok_diff_toc
! 34: @subsection ok_dmodule (Okutani's library for D-modules)
! 35: ok_dmodule/ok_dmodule_toc
! 36: @subsection plucker (Plucker relations)
! 37: plucker/plucker
! 38: @subsection pfpcoh (Ohara's library for cohomology groups for p F q )
! 39: ok_pfpcoh/ok_pfpcoh_toc
! 40: @subsection gnuplot (gnuplot server for graphics)
! 41: gnuplot/gnuplot_toc
! 42: @subsection mathematica (Mathematica (TM) server)
! 43: mathematica/mathematica_toc
! 44: @subsection om (om (java) server for translating CMO and OpenMath)
! 45: om/om_toc
! 46: @subsection phc (PHC server for solving systems of algebraic equations by the homotopy method)
! 47: phc/phc_toc
! 48: @subsection sm1 (Kan/sm1 server for the ring of differential operators)
! 49: sm1/sm1_toc
! 50: @subsection tigers (tigers server for toric universal Grobner bases)
! 51: tigers/tigers_toc
! 52:
! 53: */
! 54:
! 55: /*&ja
! 56:
! 57: @subsection todo_parametrize
! 58: todo_parametrize/todo_parametrize_toc
! 59:
! 60: $B%Q%C%1!<%8(B @code{todo_parametrize/todo_parametrize.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
! 61: $BM-M}6J@~$N%Q%i%a!<%?I=<($r8+IU$1$k4X?t$G$"$k(B,
! 62: @code{paramerize} $B$,MxMQ$G$-$k$h$&$K$J$k(B.
! 63: $B>\$7$/$O(B @xref{$B4X?t4J0W%^%K%e%"%k(B,$B35MW(B,$B35MW(B,todo_parametrize_ja.texi,Risa/Asir $BBe?t6J@~O@MQ%Q%C%1!<%8@bL@=q(B} $B$r8+$h(B
! 64: (@uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/html-ja/todo_parametrize/todo_parametrize_ja_toc.html, Web $BHG(B Risa/Asir $BBe?t6J@~O@MQ%Q%C%1!<%8@bL@=q(B}).
! 65: $B$3$N%Q%C%1!<%8$N%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
! 66: $B$3$N%Q%C%1!<%8$O$^$@(B module $B9=B$$rMxMQ$7$F$$$J$$$N$G(B, $B4{B8$N%i%$%V%i%j$H(B
! 67: $BL>A0$N>WFM$N2DG=@-$,$"$k(B.
! 68: */
! 69:
! 70: /*&en
! 71:
! 72: @subsection todo_parametrize
! 73: todo_parametrize/todo_parametrize_toc
! 74:
! 75: With loading the file @code{todo_parametrize/todo_parametrize.rr}
! 76: the function @code{paramerize} is installed.
! 77: The function finds a parametric expression of a given rational curve.
! 78: As to details, see
! 79: @xref{,,,todo_parametrize_ja, A package for algebraic curves} (in Japanese).
! 80:
! 81: */
! 82:
! 83: /*&C
! 84: @example
! 85: [1205] load("todo_parametrize/todo_parametrize.rr");
! 86: 1
! 87: [1425] parametrize(y^2-x^3);
! 88: [155*t^2+20*t+1,720*t^4+1044*t^3+580*t^2,155*t^4+20*t^3+t^2,(-x)/(y)]
! 89: [1426] parametrize(y^2+x^3);
! 90: [-t,1,t^3,(-x)/(y)]
! 91: @end example
! 92: */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>