[BACK]Return to standard-suppl.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097 / Doc

File: [local] / OpenXM / src / k097 / Doc / standard-suppl.texi (download)

Revision 1.2, Sun May 27 12:48:03 2001 UTC (23 years ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +3 -58 lines

Generate HTML helps for kan/k0. (It has not yet completed.)

%% $OpenXM: OpenXM/src/k097/Doc/standard-suppl.texi,v 1.2 2001/05/27 12:48:03 takayama Exp $


@c --------------  Standard $B4pK\(B ----------------------
@c  $B$3$l$i$N4pK\4X?t$O(B  slib.k,  help.k $BEy(B, starup.k $B$h$jFI$_9~$^$l$k4X?t(B
@c  $B$G$"$k$,(B,  HelpAdd $B$G$O=q$+$l$F$$$J$$(B.
/*&ja

@node $B4pK\(B $BH!?t(B ($BDI2C(B),,, Top
@chapter $B4pK\(B $BH!?t(B ($BDI2C(B)
@section $BH!?t0lMw(B
*/
/*&en

@node Standard function,,, Top
@chapter Standard function
@section A list of functions
*/
/*&C
@menu
* GetRing::
* SetRing::
@end menu
*/


/*&ja
@c %%%%%%%%%%%%%%%%%%%%  start of GetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@menu
* GetRing::
@end menu
@node GetRing,,, $B4pK\(B $BH!?t(B
@subsection @code{GetRing}
@findex GetRing
@table @t
@item GetRing(@var{f})
::  @var{f} $B$NMWAG$NB0$9$k4D$rLa$9(B.
@end table

@table @var
@item return
$B4D(B
@item f
$B%*%V%8%'%/%H(B
@end table

@itemize @bullet
@item  @var{f} $B$NMWAG$^$?$O(B @var{f} $B<+?H$NB0$9$k4D$rLa$9(B.
$B4D$,$J$$$H$-$O(B null $B$rLa$9(B.
@end itemize

@example
In(16)= RingD("x,y");
In(17)= r = GetRing([x^2,0,1]);
@end example

@table @t
@item $B;2>H(B
    @code{SetRing},   @code{ChangeRing}. 
@end table
@c  %%%%%%%%%%%%%%%%%%%%  end of GetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/*&ja
@c %%%%%%%%%%%%%%%%%%%%  start of SetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@menu
* SetRing::
@end menu
@node SetRing,,, $B4pK\(B $BH!?t(B
@subsection @code{SetRing}
@findex SetRing
@table @t
@item SetRing(@var{r})
::  Current ring $B$r(B @var{r} $B$KJQ99$9$k(B.
@end table

@table @var
@item return
$B$J$7(B
@item r
$B4D(B
@end table

@itemize @bullet
@item  Current ring $B$r(B @var{r} $B$KJQ99$9$k(B.
@end itemize

@example
In(16)= RingD("x,y");
In(17)= f=[x^2,0,1]; r = GetRing(f);
In(19)= RingD("p,q");
In(20)= SetRing(r);
In(21)= f = DC(f,"polynomial");
@end example

@table @t
@item $B;2>H(B
    @code{GetRing},   @code{ChangeRing}, @code{DC}. 
@end table
@c  %%%%%%%%%%%%%%%%%%%%  end of SetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/


/*&ja
@node $B:w0z(B,,, Top
@unnumbered $B:w0z(B
*/
/*&en
@node index,,, Top
@unnumbered index
*/
/*&C
@printindex fn
@printindex cp
@iftex
@vfill @eject
@end iftex
@summarycontents
@contents
@bye
*/