[BACK]Return to exp-ja.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / exp

Diff for /OpenXM/src/asir-doc/exp/exp-ja.texi between version 1.8 and 1.16

version 1.8, 2004/06/23 08:52:18 version 1.16, 2004/07/28 11:46:23
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.7 2004/04/16 02:28:40 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.15 2004/07/14 05:48:44 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 38 
Line 38 
 @title $B<B83E*;EMM$N4X?t(B  @title $B<B83E*;EMM$N4X?t(B
 @subtitle Risa/Asir $B<B83E*;EMM4X?t@bL@=q(B  @subtitle Risa/Asir $B<B83E*;EMM4X?t@bL@=q(B
 @subtitle 1.0 $BHG(B  @subtitle 1.0 $BHG(B
 @subtitle 2004 $BG/(B 4 $B7n(B  @subtitle 2004 $BG/(B 7 $B7n(B
   
 @author  by Risa/Asir comitters  @author  by Risa/Asir committers
 @page  @page
 @vskip 0pt plus 1filll  @vskip 0pt plus 1filll
 Copyright @copyright{} Risa/Asir committers  Copyright @copyright{} Risa/Asir committers
Line 118  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 118  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * dp_weyl_gr_main::  * dp_weyl_gr_main::
 * list::  * list::
 * mapat::  * mapat::
   * set_print_function::
   * small_jacobi::
   * flatten_quote::
   * sprintf::
   * quote_to_funargs::
   * funargs_to_quote::
   * remove_paren::
 @end menu  @end menu
   
 @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B
Line 456  Sugar strategy $B$rE,MQ$9$k$H$-$N(B weight vector. 
Line 463  Sugar strategy $B$rE,MQ$9$k$H$-$N(B weight vector. 
  dp_gr_main $B$N?7$7$$%$%s%?%U%'!<%9$G$O=g=x$r$"$kJ8K!$K=>$$;XDj$9$k(B.   dp_gr_main $B$N?7$7$$%$%s%?%U%'!<%9$G$O=g=x$r$"$kJ8K!$K=>$$;XDj$9$k(B.
 @comment  ~taka/this03/misc-2003/A2/dp  @comment  ~taka/this03/misc-2003/A2/dp
 @item $B=g=x(B order $B$O<!$NJ8K!$GDj5A$9$k(B.  @{, @} $B$O(B 0 $B2s0J>e$N7+$jJV$7$r0UL#$9$k(B.  @item $B=g=x(B order $B$O<!$NJ8K!$GDj5A$9$k(B.  @{, @} $B$O(B 0 $B2s0J>e$N7+$jJV$7$r0UL#$9$k(B.
 @verbatim  @example
   order         : '[' orderElement { ',' orderElement } ']'    order         : '[' orderElement { ',' orderElement } ']'
   orderElement   :  weightVec | builtinOrder    orderElement   :  weightVec | builtinOrder
   weightVec     : '[' weightElement { ',' weightElement } ']'    weightVec     : '[' weightElement { ',' weightElement } ']'
   builtiniOrder : '[' orderName  ',' setOfVariables ']'    builtiniOrder : '[' orderName  ',' setOfVariables ']'
   weightElement :   NUMBER | setOfVariables ',' NUMBER    weightElement :   NUMBER | setOfVariables ',' NUMBER
   setOfVariables:  V | range(V,V)    setOfVariables:  V | range(V,V)
   orderName    : @grlex | @glex | @lex    orderName    : @@grlex | @@glex | @@lex
 @end verbatim  @end example
 $B$3$3$G(B @code{V} $B$O(B $BJQ?tL>(B, @code{NUMBER} $B$O@0?t$r$"$o$i$9(B.  $B$3$3$G(B @code{V} $B$O(B $BJQ?tL>(B, @code{NUMBER} $B$O@0?t$r$"$o$i$9(B.
 $BNc(B1:  @code{v=[x,y,z,u,v], order=[[x,10,y,5,z,1],[@@grlex,range(x,v)]]}  $BNc(B1:  @code{v=[x,y,z,u,v], order=[[x,10,y,5,z,1],[@@grlex,range(x,v)]]}
 $B$O(B @code{x},@code{y},@code{z} $B$,$=$l$>$l(B weight 10, 5, 1 $B$r$b$D(B  $B$O(B @code{x},@code{y},@code{z} $B$,$=$l$>$l(B weight 10, 5, 1 $B$r$b$D(B
Line 519  Gr\"obner Deformations of Hypergeometric Differential 
Line 526  Gr\"obner Deformations of Hypergeometric Differential 
 [-y^4+y^2-1,x+y^3-y]  [-y^4+y^2-1,x+y^3-y]
 @end example  @end example
   
 @table @t  
 @item $B;2>H(B  
 @ref{xyz_abc}  
 @end table  
   
 @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B  @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
 @noindent  @noindent
 ChangeLog  ChangeLog
Line 574  parse/parse.h 1.23--1.26
Line 576  parse/parse.h 1.23--1.26
 @itemize @bullet  @itemize @bullet
 @item  @item
 asir-port.sh $B$O(B knoppix $B@lMQ$G$"$k(B.  asir-port.sh $B$O(B knoppix $B@lMQ$G$"$k(B.
 $B$3$N%3%^%s%I$O(B asir $B$N%P%$%J%j$*$h$S(B FFL $B$GG[I[$G$-$J$$ItJ,$r(B  $B$3$N%3%^%s%I$O(B asir $B$N%P%$%J%j$*$h$S(B FLL $B$GG[I[$G$-$J$$ItJ,$r(B
  ftp.math.kobe-u.ac.jp $B$h$j%@%&%s%m!<%I$7$F(B   ftp.math.kobe-u.ac.jp $B$h$j%@%&%s%m!<%I$7$F(B
 /home/knoppix/.asir-tmp $B$X%;!<%V$7$F(B, $B<B9T$9$k(B.  /home/knoppix/.asir-tmp $B$X%;!<%V$7$F(B, $B<B9T$9$k(B.
 .asirrc $B$*$h$S(B .TeXmacs/plugins/ox/progs/init-ox.scm $B$b%@%&%s%m!<%I$9$k(B.  .asirrc $B$*$h$S(B .TeXmacs/plugins/ox/progs/init-ox.scm $B$b%@%&%s%m!<%I$9$k(B.
Line 920  builtin/dp.c 1.49
Line 922  builtin/dp.c 1.49
 @example  @example
 [219] mapat(deg,1,x^2+y^3+x+y,[x,y]);  [219] mapat(deg,1,x^2+y^3+x+y,[x,y]);
 [2,3]  [2,3]
 [220] mapat(subst,1,x+y+z,[x,y,z],2)  [220] mapat(subst,1,x+y+z,[x,y,z],2);
 [y+z+1,x+z+1,x+y+1]  [y+z+2,x+z+2,x+y+2]
 @end example  @end example
   
 @table @t  @table @t
Line 982  ChangeLog
Line 984  ChangeLog
 @end itemize  @end itemize
   
   
   @node set_print_function,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{set_print_function}
   @findex set_print_function
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item set_print_function([@var{fname}])
   :: $B2hLLI=<(MQ$N4X?t$rEPO?(B
   @end table
   
   @table @var
   @item return
   $B@0?t(B
   @item fname
   $BJ8;zNs(B
   @end table
   
   @itemize @bullet
   @item
   @code{set_print_function} $B$O(B @code{fname(F)} $B$rDL>o$N2hLLI=<(4X?t$NBe$o$j$K$h$V(B.
   @code $B0z?t$,$J$$>l9g$O2hLLI=<(4X?t$r%G%U%)!<%k%H$XLa$9(B.
   @code Asir-contrib $B$O$3$N4X?t$rMQ$$$F=PNO4X?t$r(B Asir-contrib $BMQ$KJQ99$7$F$$$k(B.
   @end itemize
   
   @example
   [219] def my_output(F) {
              print("Out: ",0); print(rtostr(F));
         }
   [220] set_print_function("my_output");
   Out: 0
   [221]  1+2;
   Out: 3
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{rtostr}
   @end table
   
   @noindent
   ChangeLog
   @itemize @bullet
   @item $B$3$N4X?t$O(B 2001-9-4 $B$K(B asir-contrib $B$N$?$a$KF3F~$5$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/print.c 1.11 $B$G$"$k(B.
   @end itemize
   
   
   @node small_jacobi,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{small_jacobi}
   @findex small_jacobi
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item small_jacobi(@var{a},@var{m})
   :: Jacobi $B5-9f$N7W;;(B
   @end table
   
   @table @var
   @item return
   $B@0?t(B
   @item arg1, arg2
   $B@0?t(B
   @end table
   
   @itemize @bullet
   @item
    @var{m} $B$,AG?t$N$H$-$O(B Legendre $B5-9f$H$h$P$l(B,
    x^2 = @var{a} mod @var{m} $B$K2r$,$"$k$H$-(B 1, $B2r$,$J$$$H$-(B -1 $B$r$b$I$9(B.
   @item
   Jacobi $B5-9f$O(B Legendre $B5-9f$N@Q$GDj5A$5$l$k(B ($B=iEy@0?tO@$NK\;2>H(B).
   @item
    $B$3$N4X?t$O(B machine int $B$NHO0O$G(B jacobi $B5-9f$r7W;;$9$k(B.
   @end itemize
   
   @example
   [1286] small_jacobi(2,3);
   -1
   [1287] small_jacobi(2,7);
   1
   @end example
   
   @table @t
   @item $B;2>H(B
   http://members.jcom.home.ne.jp/yokolabo/asirlib/
   $B$b8+$F$M(B.
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @noindent
   ChangeLog
   @itemize @bullet
   @item $B$3$N4X?t$NM3Mh$OITL@(B.
   @end itemize
   
   
   @node quote_flatten,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{quote_flatten}
   @findex quote_flatten
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item quote_flatten(@var{q},@var{op})
   :: quote $B$N3g8L$r$H$j$5$k(B.
   @end table
   
   @table @var
   @item return
   Quote
   @item q
   Quote
   @item op
   $B1i;;;R$rI=$9J8;zNs(B.
   @end table
   
   @itemize @bullet
   @item
   Quote $B7?$N%G!<%?$OLZ9=B$$r$7$F$$$k(B
   ( quotetolist $B;2>H(B ).
   @code{quote_flatten()} $B$O(B, @var{q} $B$NCf$K$"$i$l$k1i;;;R(B @var{op}
   $B$N;R6!%N!<%I$rJ?Ey$K$9$k(B.
   $B$D$^$j1i;;;R(B @var{op} $B$K4X$9$k3g8L$E$1$,$"$C$?>l9g$=$l$r$9$Y$F$H$j$5$k(B.
   $B$?$H$($P(B (1+2)+(3+4) $B$H$$$&I=8=$r(B 1+2+3+4 $B$KJQ49$9$k(B.
   @item
    $B8=:_$N<BAu$G$O(B n-ary $B$N1i;;;R$ODj5A$5$l$F$$$J$$$N$G(B,
    1+2+3 $B$O<B$O(B (1+2)+3 $B$HI=8=$5$l$F$$$k(B.
    $B$D$^$j(B + $B1i;;;R$O:87k9gE*$G$"$k(B.
   @end itemize
   
   @example
   [1288] flatten_quote(quote((1+2)+(3+4*(x+3))),"+");
   quote(1+2+3+4*(x+3))
   [1289] flatten_quote(quote( (x*y)*(p*3)-(x*y)*z),"*");
   quote(x*y*p*3-x*y*z)
   [1290] quotetolist(quote(1+2+3));
   [b_op,+,[b_op,+,[internal,1],[internal,2]],[internal,3]]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{quotetolist}, @ref{print_tex_form}(contrib)
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N4X?t$O(B 2004-7-7 $B$+$i(B 2004-7-8 $B$K$+$1$F(B
    quote $B$K4X$9$kA`:n$r8&5f$9$k$?$a$K<B83E*$K=q$+$l$?(B.
    OpenXM/fb $B$GC_@Q$5$l$?8x<0$NITMW$J3g8L$r$H$j$O$:$7(B, tex $B7A<0$KJQ49$9$k$N$K(B
    $B1~MQ(B.
   @item
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B
    builtin/strobj.c 1.47,
    parse/eval.c 1.35,
    parse/parse.h 1.31,
    parse/quote.c 1.14--1.16.
   @end itemize
   
   @node assoc,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{assoc}
   @findex assoc
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item assoc(@var{a},@var{b})
   :: $BO"A[%j%9%H$r$D$/$k(B
   @end table
   
   @table @var
   @item return
   List
   @item a
   List
   @item b
   List
   @end table
   
   @itemize @bullet
   @item $B%j%9%H(B @var{a}, @var{b} $B$h$j(B
   [[@var{a}[0],@var{b}[0]], [@var{a}[1],@var{b}[1]], ...]
   $B$J$k?7$7$$%j%9%H$r@8@.$9$k(B.
   @end itemize
   
   $B2<$NNc$G$O(B @code{A} $B$KF0J*$NL>A0$,(B,
   @code{B} $B$KB-$NK\?t$,F~$C$F$$$k(B.
   @code{assoc(A,B)} $B$GF0J*$HB-$NK\?t$r%Z%"$K$7$?%j%9%H$r@8@.$9$k(B.
   
   @example
   [1192]  A=["dog","cat","snake"];
   [dog,cat,snake]
   [1193] B=[4,4,0];
   [4,4,0]
   [1194] assoc(A,B);
   [[dog,4],[cat,4],[snake,0]]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{cons}, @ref{append}
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N4X?t$O(B 2004-6-28 $B$K=q$+$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B
    builtin/list.c 1.9
    parse/eval.c 1.35,
    parse/parse.h 1.31,
    parse/quote.c 1.14--1.16.
   @end itemize
   
   
   @node sprintf,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{sprintf}
   @findex sprintf
   
   @table @t
   @item sprintf(@var{format}[,@var{args}])
   :: C $B$K;w$?%W%j%s%H4X?t(B
   @end table
   
   @table @var
   @item return
   $BJ8;zNs(B
   @item format
   $BJ8;zNs(B
   @item args
   $B%*%V%8%'%/%H(B
   @end table
   
   @itemize @bullet
   @item
   $B%U%)!<%^%C%HJ8;zNs(B @var{format } $B$K$7$?$,$$(B @var{args} $B$rJ8;zNs$KJQ49$9$k(B.
   @item
   $B%U%)!<%^%C%HJ8;zNs$NCf$K(B @code{%a} (any) $B$,MxMQ2DG=(B.
   @var{args} $B$N8D?t$O%U%)!<%^%C%HJ8;zNs$NCf$N(B @code{%a} $B$N8D?t$KEy$7$/$9$k$3$H(B.
   @end itemize
   
   @example
   [0] sprintf("%a: rat = %a",10,x^2-1);
     10: rat = x^2-1
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{rtostr}
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @comment --- openxm $B$N30It$+$i$N4sM?$b=R$Y$k(B. Credit.
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N4X?t$O(B 2004-7-13 $B$K%3%_%C%H$5$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/strobj (1.50) $B$G$"$k(B.
   @item
    @code{%a} $B$O(B Maple $B$N(B sprintf $B$N??;w$+(B.
   @end itemize
   
   
   @node quote_to_funargs,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{quote_to_funargs}, @code{funargs_to_quote}, @code{remove_paren}
   @findex quote_to_funargs
   @findex funargs_to_quote
   @findex remove_paren
   
   @table @t
   @item quote_to_funargs(@var{q})
   ::  quote $B$r(B funarg $B7A<0(B($B%j%9%H(B) $B$X(B.
   @item funargs_to_quote(@var{f})
   ::  funarg $B7A<0$r(B quote $B$X(B.
   @item remove_paren(@var{q})
   ::  $B>e$N4X?t$rMQ$$$F=q$+$l$?M>J,$J3g8L$r<h$j5n$k(B simplifier (asir-contrib $B%^%K%e%"%k$X(B: todo)
   @end table
   
   @table @var
   @item return
   quote(funargs_to_quote, remove_paren) $B$+(B $B%j%9%H(B(quote_to_funargs)
   @item q
   quote
   @item f
   $B%j%9%H(B
   @end table
   
   @itemize @bullet
   @item
    @code{quote_to_funargs} $B$O(B quote $B7?$N%G!<%?(B ($BFbItE*$K$O(B FNODE) $B$r(B
   quote $B$X$NI|852DG=$J7A$G%j%9%H$XJQ49$9$k(B.
   @code{quotetolist} $B$O(B quote $B$r%j%9%H$XJQ49$9$k$,(B, $B0lIt$N>pJs$r<N$F$k$?$a(B
   $B$b$H$N(B quote $B$NI|85$O$G$-$J$$(B.
   @item
    @code{quote_to_funargs} $B$NLa$jCM$O(B [fid, op, arg1, arg2] $B$J$k7A<0$r$7$F$$$k(B.
   $B$3$3$G(B op $B$O$J$K$+Ff(B (Todo)
   @item
    $B2<$NNc$G(B
    quote_to_funargs(FA[2]);
   [34,[b_op,+,[internal,x],[internal,1]]]
   $B$H$J$k$,(B, $B$3$N(B 34 $B$bFf(B (Todo).
   @end itemize
   
   $B<!$NNc$G$O(B (x+1)+(x+2) $B$N3g8L$r$O$:$7$F(B x+1+x+2 $B$KJQ49$7$F$$$k(B.
   @example
   [0] ctrl("print_quote",1) $
   
   [1] Q=quote((x+1)+(x+2));
   [b_op,+,[u_op,(),[b_op,+,[internal,x],[internal,1]]],
           [u_op,(),[b_op,+,[internal,x],[internal,2]]]]
   
   [2] FA=quote_to_funargs(Q);
   [0,<...quoted...>,
     [u_op,(),[b_op,+,[internal,x],[internal,1]]],
     [u_op,(),[b_op,+,[internal,x],[internal,2]]]]
   
   [3] FA2=quote_to_funargs(FA[2])[1];
   [b_op,+,[internal,x],[internal,1]]
   
   [4] FA3=quote_to_funargs(FA[3])[1];
   [b_op,+,[internal,x],[internal,2]]
   
   [5] funargs_to_quote([FA[0],FA[1],FA2,FA3]);
   [b_op,+,[b_op,+,[internal,x],[internal,1]],
           [b_op,+,[internal,x],[internal,2]]]
   @end example
   
   $B<!$NNc$O(B OpenXM/asir-contrib $BHG$N(B asir $B$G<B9T(B.
   @example
   [1287] load("noro_simplify.rr");
   1
   [1293] noro_simplify.remove_paren(quote( f(1-(x))));
   quote(f(1-x))
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{quotetolist}
   @end table
   
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N%^%K%e%"%k$O3P$(=q$-$G$"$k(B. $B3+H/<T$,K\3JE*$J$N$r=q$/$@$m$&(B.
   @item
    $B$3$l$i$N4X?t$O(B 2004-7-8 $B$+$i3+H/$N$O$8$^$C$F$$$k(B quote $B$N(B simplification $B4XO"(B
    $B$N<B83E*4X?t$G$"$k(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$OB?4t$K$o$?$k$N$G$^$@=q$+$J$$(B.
   @item
    $B3g8L$r<h$j5n$kLdBj$O(B OpenXM/fb $B$,C_$($F$$$k8x<0$r(B tex $B$Ge:No$KI=<($9$k$N$,F05!$N0l$D(B.
   @item
    2004-6-26 $B$N7W;;Be?t%;%_%J!<$K$*$$$F(B, $BCf@n$5$s$,(B simplifier $B$K$D$$$F$$$m$$$mLdBjDs5/(B
   $B$r$7$?(B ($B7W;;Be?t%;%_%J!<%S%G%*;2>H(B).
   @end itemize
   
 @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.16

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