[BACK]Return to misc.oxw CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / top

Annotation of OpenXM/src/asir-contrib/packages/doc/top/misc.oxw, Revision 1.6

1.6     ! takayama    1: @c $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/misc.oxw,v 1.5 2008/03/14 02:55:44 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: */
1.3       takayama   94:
1.4       takayama   95: /*&ja
                     96:
                     97: @subsection [[taji_alc]]
                     98:    taji_alc
                     99:
                    100: $B%Q%C%1!<%8(B @code{taji_alc.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
                    101: $B0lJQ?tBe?tE*%3%[%b%m%872$K4XO"$9$k4X?t$r%m!<%I$G$-$k(B.
1.6     ! takayama  102: (@uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/ja/taji_alc-html/taji_alc-ja_toc.html, Web $BHG(B Risa/Asir $B0lJQ?tBe?tE*6I=j%3%[%b%m%8!<N`$K4X$9$k(B Risa/Aisr $B%Q%C%1!<%8@bL@=q(B}).
1.4       takayama  103: $B$3$N%Q%C%1!<%8$N(B asir-contrib $B%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
                    104:
                    105: */
                    106:
                    107: /*&en
                    108:
                    109: @subsection [[taji_alc]]
                    110:    taji_alc
                    111:
                    112: With loading the file @code{taji_alc.rr}
                    113: functions for algebraic local cohomology groups in one variable are imported.
                    114:
                    115: */
                    116:
                    117: /*&C
                    118: @example
                    119: import("taji_alc.rr");
                    120: taji_alc.laurent_expansion(x,(x-1)^3);
                    121: @end example
                    122: */
                    123:
                    124:
1.3       takayama  125:
                    126: /*&ja
                    127:
                    128: @subsection  Texinifo $B$G$J$$%^%K%e%"%k(B, $BO@J8Ey(B.
                    129:
                    130: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc-ja.html, OpenXM documents}.
                    131: $B$K$O(B texinfo $B$G=q$+$l$F$$$J$$(B asir-contrib $B$N%U%!%$%k$d4X?t$N%^%K%e%"%k(B, $B$*$h$S(B
                    132: $B4XO"O@J8$X$N%j%s%/$,$"$k(B.
                    133:
1.4       takayama  134: (yang, fj_curve, nk_mora $BEy(B)
                    135:
1.3       takayama  136: */
                    137:
                    138: /*&en
                    139:
                    140: @subsection   Manual and papers which are not written in texinfo.
                    141:
                    142: Links to manuals and papers related to files and commands in asir-contrib are
                    143: at
                    144: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc-en.html, OpenXM documents}.
                    145:
                    146: */
                    147:

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