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

File: [local] / OpenXM / src / asir-contrib / packages / doc / Attic / misc.oxweave (download)

Revision 1.6, Wed Feb 9 03:19:55 2005 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.5: +5 -5 lines

/ will not be used in the title.

@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.6 2005/02/09 03:19:55 takayama Exp $
/*&C
@node Misc,,, Top
*/
/*&ja

@chapter $B$=$NB>(B

$B$3$N@a$G$O$^$@J,N`$,$*$o$C$F$$$J$$4X?t$r2r@b$9$k(B.
$B$3$N@a$N4X?t$O>-Mh$OJL$NFHN)$7$?@a$X0\$9M=Dj$G$"$k(B.


*/

/*&en 

@chapter Misc

This section describes functions that have not yet been classifed.
These will be moved to independent sections in a future.

*/

/*&en
@c  @include pfp-auto.en
*/
/*&ja
@c  @include pfp-auto.ja
*/

/*&ja

@subsection todo_parametrize

$B%Q%C%1!<%8(B @code{todo_parametrize/todo_parametrize.rr} $B$r%m!<%I$9$k$3$H$K$h$j(B,
$BM-M}6J@~$N%Q%i%a!<%?I=<($r8+IU$1$k4X?t$G$"$k(B,
@code{paramerize} $B$,MxMQ$G$-$k$h$&$K$J$k(B.
$B>\$7$/$O(B @code{todo_parametrize_ja.texi} $B$r8+$h(B.
$B$3$N%Q%C%1!<%8$N%^%K%e%"%k$X$NE}9g$O$^$@$G$-$F$$$J$$(B.
$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
$BL>A0$N>WFM$N2DG=@-$,$"$k(B.
*/

/*&en

@subsection todo_parametrize

With loading the file @code{todo_parametrize/todo_parametrize.rr}
the function @code{paramerize} is installed.
The function finds a parametric expression of a given rational curve.
As to details, see
@code{todo_parametrize_ja.texi} (in Japanese).

*/

/*&C
@example
[1205] load("todo_parametrize/todo_parametrize.rr");
1
[1425] parametrize(y^2-x^3);
[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)]
[1426] parametrize(y^2+x^3);
[-t,1,t^3,(-x)/(y)]
@end example
*/