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

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/sm1.oxweave between version 1.9 and 1.10

version 1.9, 2003/05/19 05:15:52 version 1.10, 2003/05/20 23:25:28
Line 1 
Line 1 
 /*$OpenXM: OpenXM/src/asir-contrib/packages/doc/sm1.oxweave,v 1.8 2003/05/18 02:20:21 takayama Exp $ */  /*$OpenXM: OpenXM/src/asir-contrib/packages/doc/sm1.oxweave,v 1.9 2003/05/19 05:15:52 takayama Exp $ */
   
 /*&C-texi  /*&C-texi
 @c DO NOT EDIT THIS FILE   oxphc.texi  @c DO NOT EDIT THIS FILE   oxphc.texi
Line 90  See the appendix.
Line 90  See the appendix.
 @menu  @menu
 * ox_sm1_forAsir::  * ox_sm1_forAsir::
 * sm1.start::  * sm1.start::
 * sm1::  * sm1.sm1::
 * sm1.push_int0::  * sm1.push_int0::
 * sm1.gb::  * sm1.gb::
 * sm1.deRham::  * sm1.deRham::
Line 309  a*da
Line 309  a*da
   
 /*&eg-texi  /*&eg-texi
 @c sort-sm1  @c sort-sm1
 @node sm1,,, SM1 Functions  @node sm1.sm1,,, SM1 Functions
 @subsection @code{sm1}  @subsection @code{sm1.sm1}
 @findex sm1  @findex sm1.sm1
 @table @t  @table @t
 @item sm1(@var{p},@var{s})  @item sm1.sm1(@var{p},@var{s})
 ::  ask the @code{sm1} server to execute the command string @var{s}.  ::  ask the @code{sm1} server to execute the command string @var{s}.
 @end table  @end table
   
Line 333  to execute the command string @var{s}.
Line 333  to execute the command string @var{s}.
 @end itemize  @end itemize
 */  */
 /*&jp-texi  /*&jp-texi
 @node sm1,,, SM1 Functions  @node sm1.sm1,,, SM1 Functions
 @subsection @code{sm1}  @subsection @code{sm1.sm1}
 @findex sm1  @findex sm1.sm1
 @table @t  @table @t
 @item sm1(@var{p},@var{s})  @item sm1.sm1(@var{p},@var{s})
 ::  $B%5!<%P(B @code{sm1} $B$K%3%^%s%INs(B @var{s} $B$r<B9T$7$F$/$l$k$h$&$K$?$N$`(B.  ::  $B%5!<%P(B @code{sm1} $B$K%3%^%s%INs(B @var{s} $B$r<B9T$7$F$/$l$k$h$&$K$?$N$`(B.
 @end table  @end table
   
Line 358  to execute the command string @var{s}.
Line 358  to execute the command string @var{s}.
 */  */
 /*&C-texi  /*&C-texi
 @example  @example
 [261] sm1(0," ( (x-1)^2 ) . ");  [261] sm1.sm1(0," ( (x-1)^2 ) . ");
 0  0
 [262] ox_pop_string(0);  [262] ox_pop_string(0);
 x^2-2*x+1  x^2-2*x+1
 [263] sm1(0," [(x*(x-1))  [(x)]] deRham ");  [263] sm1.sm1(0," [(x*(x-1))  [(x)]] deRham ");
 0  0
 [264] ox_pop_string(0);  [264] ox_pop_string(0);
 [1 , 2]  [1 , 2]
 @end example  @end example
 */  */
 def sm1(P,F) {  
   ox_execute_string(P,F);  
   sm1flush(P);  
 }  
 /*&jp-texi  /*&jp-texi
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
Line 1221  sm1.reduction_d(P,F,G) $B$*$h$S(B sm1.reduction_noH_
Line 1218  sm1.reduction_d(P,F,G) $B$*$h$S(B sm1.reduction_noH_
 /*&eg-texi  /*&eg-texi
 @table @t  @table @t
 @item Reference  @item Reference
     @code{sm1.start}, @code{Sm1_find_proc}, @code{d_true_nf}      @code{sm1.start}, @code{d_true_nf}
 @end table  @end table
 */  */
 /*&jp-texi  /*&jp-texi
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{sm1.start}, @code{sm1_find_proc}, @code{d_true_nf}      @code{sm1.start}, @code{d_true_nf}
 @end table  @end table
 */  */
   
Line 2059  Slope $B$N@dBPCM$rLa$9(B.
Line 2056  Slope $B$N@dBPCM$rLa$9(B.
 /*&eg-texi  /*&eg-texi
 @table @t  @table @t
 @item Reference  @item Reference
     @code{sm_gb}      @code{sm.gb}
 @end table  @end table
 */  */
 /*&jp-texi  /*&jp-texi
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{sm_gb}      @code{sm.gb}
 @end table  @end table
 */  */
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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