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

Annotation of OpenXM/src/asir-contrib/packages/doc/misc.oxweave, Revision 1.5

1.5     ! takayama    1: @c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.4 2004/03/05 19:05:11 ohara Exp $
1.3       takayama    2: /*&C
                      3: @node Misc,,, Top
                      4: */
1.1       takayama    5: /*&ja
                      6:
                      7: @chapter $B$=$NB>(B
                      8:
                      9: $B$3$N@a$G$O$^$@J,N`$,$*$o$C$F$$$J$$4X?t$r2r@b$9$k(B.
                     10: $B$3$N@a$N4X?t$O>-Mh$OJL$NFHN)$7$?@a$X0\$9M=Dj$G$"$k(B.
                     11:
                     12:
                     13: */
                     14:
                     15: /*&en
                     16:
                     17: @chapter Misc
                     18:
                     19: This section describes functions that have not yet been classifed.
                     20: These will be moved to independent sections in a future.
                     21:
                     22: */
                     23:
                     24: /*&en
1.4       ohara      25: @c  @include pfp-auto.en
1.1       takayama   26: */
                     27: /*&ja
1.4       ohara      28: @c  @include pfp-auto.ja
1.1       takayama   29: */
                     30:
1.5     ! takayama   31: /*&ja
        !            32:
        !            33: @subsection @code{todo_parametrize/todo_parametrize.rr}
        !            34:
        !            35: $BI=Bj$N%Q%C%1!<%8$r%m!<%I$9$k$3$H$K$h$j(B,
        !            36: $BM-M}6J@~$N%Q%i%a!<%?I=<($r8+IU$1$k4X?t$G$"$k(B,
        !            37: @code{paramerize} $B$,MxMQ$G$-$k$h$&$K$J$k(B.
        !            38: $B>\$7$/$O(B @code{todo_parametrize_ja.texi} $B$r8+$h(B.
        !            39: $B$3$N%Q%C%1!<%8$N%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
        !            40: $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
        !            41: $BL>A0$N>WFM$N2DG=@-$,$"$k(B.
        !            42: */
        !            43:
        !            44: /*&en
        !            45:
        !            46: @subsection @code{todo_parametrize/todo_parametrize.rr}
        !            47:
        !            48: With loading the file in the title,
        !            49: the function @code{paramerize} is installed.
        !            50: The function finds a parametric expression of a given rational curve.
        !            51: As to details, see
        !            52: @code{todo_parametrize_ja.texi} (in Japanese).
        !            53:
        !            54: */
        !            55:
        !            56: /*&C
        !            57: @example
        !            58: [1205] load("todo_parametrize/todo_parametrize.rr");
        !            59: 1
        !            60: [1425] parametrize(y^2-x^3);
        !            61: [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)]
        !            62: [1426] parametrize(y^2+x^3);
        !            63: [-t,1,t^3,(-x)/(y)]
        !            64: @end example
        !            65: */

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