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

Annotation of OpenXM/src/k097/Doc/standard-suppl.texi, Revision 1.2

1.2     ! takayama    1: %% $OpenXM: OpenXM/src/k097/Doc/standard-suppl.texi,v 1.1 2001/01/08 05:26:50 takayama Exp $
1.1       takayama    2:
                      3:
                      4: @c --------------  Standard $B4pK\(B ----------------------
                      5: @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
                      6: @c  $B$G$"$k$,(B,  HelpAdd $B$G$O=q$+$l$F$$$J$$(B.
                      7: /*&ja
                      8:
1.2     ! takayama    9: @node $B4pK\(B $BH!?t(B ($BDI2C(B),,, Top
        !            10: @chapter $B4pK\(B $BH!?t(B ($BDI2C(B)
1.1       takayama   11: @section $BH!?t0lMw(B
                     12: */
                     13: /*&en
                     14:
                     15: @node Standard function,,, Top
                     16: @chapter Standard function
                     17: @section A list of functions
                     18: */
                     19: /*&C
                     20: @menu
                     21: * GetRing::
                     22: * SetRing::
                     23: @end menu
                     24: */
                     25:
                     26:
                     27: /*&ja
                     28: @c %%%%%%%%%%%%%%%%%%%%  start of GetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                     29: @menu
                     30: * GetRing::
                     31: @end menu
                     32: @node GetRing,,, $B4pK\(B $BH!?t(B
                     33: @subsection @code{GetRing}
                     34: @findex GetRing
                     35: @table @t
                     36: @item GetRing(@var{f})
                     37: ::  @var{f} $B$NMWAG$NB0$9$k4D$rLa$9(B.
                     38: @end table
                     39:
                     40: @table @var
                     41: @item return
                     42: $B4D(B
                     43: @item f
                     44: $B%*%V%8%'%/%H(B
                     45: @end table
                     46:
                     47: @itemize @bullet
                     48: @item  @var{f} $B$NMWAG$^$?$O(B @var{f} $B<+?H$NB0$9$k4D$rLa$9(B.
                     49: $B4D$,$J$$$H$-$O(B null $B$rLa$9(B.
                     50: @end itemize
                     51:
                     52: @example
                     53: In(16)= RingD("x,y");
                     54: In(17)= r = GetRing([x^2,0,1]);
                     55: @end example
                     56:
                     57: @table @t
                     58: @item $B;2>H(B
                     59:     @code{SetRing},   @code{ChangeRing}.
                     60: @end table
                     61: @c  %%%%%%%%%%%%%%%%%%%%  end of GetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                     62: */
                     63:
                     64: /*&ja
                     65: @c %%%%%%%%%%%%%%%%%%%%  start of SetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                     66: @menu
                     67: * SetRing::
                     68: @end menu
                     69: @node SetRing,,, $B4pK\(B $BH!?t(B
                     70: @subsection @code{SetRing}
                     71: @findex SetRing
                     72: @table @t
                     73: @item SetRing(@var{r})
                     74: ::  Current ring $B$r(B @var{r} $B$KJQ99$9$k(B.
                     75: @end table
                     76:
                     77: @table @var
                     78: @item return
                     79: $B$J$7(B
                     80: @item r
                     81: $B4D(B
                     82: @end table
                     83:
                     84: @itemize @bullet
                     85: @item  Current ring $B$r(B @var{r} $B$KJQ99$9$k(B.
                     86: @end itemize
                     87:
                     88: @example
                     89: In(16)= RingD("x,y");
                     90: In(17)= f=[x^2,0,1]; r = GetRing(f);
                     91: In(19)= RingD("p,q");
                     92: In(20)= SetRing(r);
                     93: In(21)= f = DC(f,"polynomial");
                     94: @end example
                     95:
                     96: @table @t
                     97: @item $B;2>H(B
                     98:     @code{GetRing},   @code{ChangeRing}, @code{DC}.
                     99: @end table
                    100: @c  %%%%%%%%%%%%%%%%%%%%  end of SetRing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                    101: */
                    102:
                    103:
                    104: /*&ja
                    105: @node $B:w0z(B,,, Top
                    106: @unnumbered $B:w0z(B
                    107: */
                    108: /*&en
                    109: @node index,,, Top
                    110: @unnumbered index
                    111: */
                    112: /*&C
                    113: @printindex fn
                    114: @printindex cp
                    115: @iftex
                    116: @vfill @eject
                    117: @end iftex
                    118: @summarycontents
                    119: @contents
                    120: @bye
                    121: */
                    122:

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