[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.7, Thu Mar 24 05:51:51 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +4 -4 lines

Rebuilding of the doc directory  --- step 1.
(1) Removed the old jtexinfo.tex. @include texinfo
(2) A preparation to generate independent contrib manuals like todo_parametrize_ja.

@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.7 2005/03/24 05:51:51 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 @xref{$B4X?t4J0W%^%K%e%"%k(B,$B35MW(B,$B35MW(B,todo_parametrize_ja,Risa/Asir $BBe?t6J@~O@MQ%Q%C%1!<%8@bL@=q(B} $B$r8+$h(B
(@uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/html-ja/todo_parametrize_ja/todo_parametrize_ja_toc.html}, Web $BHG(B Risa/Asir $BBe?t6J@~O@MQ%Q%C%1!<%8@bL@=q(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
@xref{,,,todo_parametrize_ja, A package for algebraic curves} (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
*/