Annotation of OpenXM/src/asir-contrib/packages/doc/top/misc.oxw, Revision 1.2
1.2 ! takayama 1: @c $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/misc.oxw,v 1.1 2005/04/09 05:47:41 takayama Exp $
1.1 takayama 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:
1.2 ! takayama 27: fix-link.sh $B$r=q$-49$($k$3$H(B.
1.1 takayama 28:
29: /*&C
30:
1.2 ! takayama 31: @subsection [[dsolv]] (Solving the initial ideal for holonomic systems)
! 32: dsolv
! 33: @subsection [[ok_diff]] (Okutani's library for differential operators)
! 34: ok_diff
! 35: @subsection [[ok_dmodule]] (Okutani's library for D-modules)
! 36: ok_dmodule
! 37: @subsection [[plucker]] (Plucker relations)
! 38: plucker
! 39: @subsection [[pfpcoh]] (Ohara's library for homology/cohomology groups for p F q )
! 40: pfpcoh
! 41: @subsection [[gnuplot]] (gnuplot ox server for graphics)
! 42: gnuplot
! 43: @subsection [[mathematica]] (Mathematica (TM) ox server)
! 44: mathematica
! 45: @subsection [[om]] (om (java) ox server for translating CMO and OpenMath)
! 46: om
! 47: @subsection [[phc]] (PHC ox server for solving systems of algebraic equations by the homotopy method)
! 48: phc
! 49: @subsection [[sm1]] (Kan/sm1 ox server for the ring of differential operators)
! 50: sm1
! 51: @subsection [[tigers]] (tigers ox server for toric universal Grobner bases)
! 52: tigers
1.1 takayama 53:
54: */
55:
56: /*&ja
57:
1.2 ! takayama 58: @subsection [[todo_parametrize]]
! 59: todo_parametrize
1.1 takayama 60:
61: $B%Q%C%1!<%8(B @code{todo_parametrize/todo_parametrize.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
62: $BM-M}6J@~$N%Q%i%a!<%?I=<($r8+IU$1$k4X?t$G$"$k(B,
63: @code{paramerize} $B$,MxMQ$G$-$k$h$&$K$J$k(B.
64: $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
65: (@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}).
66: $B$3$N%Q%C%1!<%8$N%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
67: $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
68: $BL>A0$N>WFM$N2DG=@-$,$"$k(B.
69: */
70:
71: /*&en
72:
1.2 ! takayama 73: @subsection [[todo_parametrize]]
1.1 takayama 74: todo_parametrize/todo_parametrize_toc
75:
76: With loading the file @code{todo_parametrize/todo_parametrize.rr}
77: the function @code{paramerize} is installed.
78: The function finds a parametric expression of a given rational curve.
79: As to details, see
80: @xref{,,,todo_parametrize_ja, A package for algebraic curves} (in Japanese).
81:
82: */
83:
84: /*&C
85: @example
86: [1205] load("todo_parametrize/todo_parametrize.rr");
87: 1
88: [1425] parametrize(y^2-x^3);
89: [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)]
90: [1426] parametrize(y^2+x^3);
91: [-t,1,t^3,(-x)/(y)]
92: @end example
93: */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>