[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.8

1.8     ! takayama    1: @c $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/misc.oxw,v 1.7 2009/02/12 08:12:58 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.8     ! takayama   53: @subsection [[f_res]] (Comuting resultant)
        !            54:   f_res
1.7       takayama   55: @subsection [[mt_graph]] (3D grapher)
                     56:   mt_graph (oxmgraph)
1.1       takayama   57:
                     58: */
                     59:
                     60: /*&ja
                     61:
1.2       takayama   62: @subsection [[todo_parametrize]]
                     63:    todo_parametrize
1.1       takayama   64:
                     65: $B%Q%C%1!<%8(B @code{todo_parametrize/todo_parametrize.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
                     66: $BM-M}6J@~$N%Q%i%a!<%?I=<($r8+IU$1$k4X?t$G$"$k(B,
                     67: @code{paramerize} $B$,MxMQ$G$-$k$h$&$K$J$k(B.
                     68: $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
                     69: (@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}).
                     70: $B$3$N%Q%C%1!<%8$N%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
                     71: $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
                     72: $BL>A0$N>WFM$N2DG=@-$,$"$k(B.
                     73: */
                     74:
                     75: /*&en
                     76:
1.2       takayama   77: @subsection [[todo_parametrize]]
1.1       takayama   78:    todo_parametrize/todo_parametrize_toc
                     79:
                     80: With loading the file @code{todo_parametrize/todo_parametrize.rr}
                     81: the function @code{paramerize} is installed.
                     82: The function finds a parametric expression of a given rational curve.
                     83: As to details, see
                     84: @xref{,,,todo_parametrize_ja, A package for algebraic curves} (in Japanese).
                     85:
                     86: */
                     87:
                     88: /*&C
                     89: @example
                     90: [1205] load("todo_parametrize/todo_parametrize.rr");
                     91: 1
                     92: [1425] parametrize(y^2-x^3);
                     93: [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)]
                     94: [1426] parametrize(y^2+x^3);
                     95: [-t,1,t^3,(-x)/(y)]
                     96: @end example
                     97: */
1.3       takayama   98:
1.4       takayama   99: /*&ja
                    100:
                    101: @subsection [[taji_alc]]
                    102:    taji_alc
                    103:
                    104: $B%Q%C%1!<%8(B @code{taji_alc.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
                    105: $B0lJQ?tBe?tE*%3%[%b%m%872$K4XO"$9$k4X?t$r%m!<%I$G$-$k(B.
1.6       takayama  106: (@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  107: $B$3$N%Q%C%1!<%8$N(B asir-contrib $B%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
                    108:
                    109: */
                    110:
                    111: /*&en
                    112:
                    113: @subsection [[taji_alc]]
                    114:    taji_alc
                    115:
                    116: With loading the file @code{taji_alc.rr}
                    117: functions for algebraic local cohomology groups in one variable are imported.
                    118:
                    119: */
                    120:
                    121: /*&C
                    122: @example
                    123: import("taji_alc.rr");
                    124: taji_alc.laurent_expansion(x,(x-1)^3);
                    125: @end example
                    126: */
                    127:
                    128:
1.3       takayama  129:
                    130: /*&ja
                    131:
                    132: @subsection  Texinifo $B$G$J$$%^%K%e%"%k(B, $BO@J8Ey(B.
                    133:
                    134: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc-ja.html, OpenXM documents}.
                    135: $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
                    136: $B4XO"O@J8$X$N%j%s%/$,$"$k(B.
                    137:
1.4       takayama  138: (yang, fj_curve, nk_mora $BEy(B)
                    139:
1.3       takayama  140: */
                    141:
                    142: /*&en
                    143:
                    144: @subsection   Manual and papers which are not written in texinfo.
                    145:
                    146: Links to manuals and papers related to files and commands in asir-contrib are
                    147: at
                    148: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc-en.html, OpenXM documents}.
                    149:
                    150: */
                    151:

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