version 1.8, 2004/06/23 08:52:18 |
version 1.10, 2004/06/27 17:44:55 |
|
|
%% $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.9 2004/06/27 10:08:56 takayama Exp $ |
\input texinfo |
\input texinfo |
@iftex |
@iftex |
@catcode`@#=6 |
@catcode`@#=6 |
|
|
@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 6 $B7n(B |
|
|
@author by Risa/Asir comitters |
@author by Risa/Asir comitters |
@page |
@page |
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:: |
@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 574 parse/parse.h 1.23--1.26 |
|
Line 575 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 921 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 |
|
|
$BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/list.c $B$G$"$k(B. |
$BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/list.c $B$G$"$k(B. |
@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 |
|
|
|
|
@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 |