[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.2 and 1.5

version 1.2, 2002/07/14 12:13:43 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.1 2002/07/14 10:53:09 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
   */
 /*&ja  /*&ja
   
 @node Misc,,, Top  
 @chapter $B$=$NB>(B  @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$G$O$^$@J,N`$,$*$o$C$F$$$J$$4X?t$r2r@b$9$k(B.
Line 13 
Line 14 
   
 /*&en  /*&en
   
 @node Misc,,, Top  
 @chapter Misc  @chapter Misc
   
 This section describes functions that have not yet been classifed.  This section describes functions that have not yet been classifed.
Line 22  These will be moved to independent sections in a futur
Line 22  These will be moved to independent sections in a futur
 */  */
   
 /*&en  /*&en
 @c  @include pfp-auto-en.texi  @c  @include pfp-auto.en
 */  */
 /*&ja  /*&ja
 @c  @include pfp-auto-ja.texi  @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.2  
changed lines
  Added in v.1.5

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