=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave 2004/03/05 19:05:11 1.4 +++ OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave 2005/02/03 12:10:33 1.5 @@ -1,4 +1,4 @@ -@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.3 2002/08/23 08:16:12 takayama Exp $ +@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 */ @@ -28,3 +28,38 @@ These will be moved to independent sections in a futur @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 +*/