=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave 2002/07/14 10:53:09 1.1 +++ OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave 2005/02/03 12:10:33 1.5 @@ -1,8 +1,9 @@ -@c $OpenXM$ - +@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.4 2004/03/05 19:05:11 ohara Exp $ +/*&C +@node Misc,,, Top +*/ /*&ja -@node Misc,,, Top @chapter その他 この節ではまだ分類がおわっていない関数を解説する. @@ -13,7 +14,6 @@ /*&en -@node Misc,,, Top @chapter Misc This section describes functions that have not yet been classifed. @@ -22,9 +22,44 @@ These will be moved to independent sections in a futur */ /*&en -@include pfp-auto-en.texi +@c @include pfp-auto.en */ /*&ja -@include pfp-auto-ja.texi +@c @include pfp-auto.ja */ +/*&ja + +@subsection @code{todo_parametrize/todo_parametrize.rr} + +表題のパッケージをロードすることにより, +有理曲線のパラメータ表示を見付ける関数である, +@code{paramerize} が利用できるようになる. +詳しくは @code{todo_parametrize_ja.texi} を見よ. +このパッケージのマニュアルへの統合はまだできていない. +このパッケージはまだ module 構造を利用していないので, 既存のライブラリと +名前の衝突の可能性がある. +*/ + +/*&en + +@subsection @code{todo_parametrize/todo_parametrize.rr} + +With loading the file in the title, +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 +*/