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

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave between version 1.4 and 1.5

version 1.4, 2004/03/05 19:05:11 version 1.5, 2005/02/03 12:10:33
Line 1 
Line 1 
 @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  /*&C
 @node Misc,,, Top  @node Misc,,, Top
 */  */
Line 28  These will be moved to independent sections in a futur
Line 28  These will be moved to independent sections in a futur
 @c  @include pfp-auto.ja  @c  @include pfp-auto.ja
 */  */
   
   /*&ja
   
   @subsection @code{todo_parametrize/todo_parametrize.rr}
   
   $BI=Bj$N%Q%C%1!<%8$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 @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
   */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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