[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.1, Mon Jan 8 05:26:50 2001 UTC (23 years, 5 months ago) by takayama
Branch: MAIN

* Cleaned unnecessary files and functions.
* Completed the new help system. Type in make in the directory
  OpenXM/src/k097/Doc

%% $OpenXM: OpenXM/src/k097/Doc/standard-suppl.texi,v 1.1 2001/01/08 05:26:50 takayama Exp $
/*&C
\input texinfo
@iftex
@catcode`@#=6
@def@b#1{{@bf@gt #1}}
@catcode`@#=@other
@end iftex
@overfullrule=0pt
@c -*-texinfo-*-
@comment %**start of header
@setfilename standard-suppl
@settitle standard-suppl
@comment %**end of header
@comment %@setchapternewpage odd

@iftex
@comment @finalout
@end iftex

@titlepage

*/

//&C @title  Kan/k0   Standard library (supplement).
//&ja @subtitle Kan/k0 Standard Library $B%Q%C%1!<%8(B ($BJdB-(B) User's Manual ($BF|K\8lHG(B)
//&en @subtitle Kan/k0 Standard Library Package (supplement) User's Manual
/*&C
@subtitle Edition 1.1.3 for OpenXM/kan/k0
@subtitle January 8, 2001.

@author  by Nobuki Takayama
@end titlepage

@synindex vr fn

@comment  node-name,  next,  previous,  up
@node Top,, (dir), (dir)

*/

/*&ja

@menu
* $B4pK\(B $BH!?t(B::
* $B:w0z(B::
@end menu

*/
/*&en

@menu
* Standard function::
* index::
@end menu

*/

@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,,, Top
@chapter $B4pK\(B $BH!?t(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
*/