Changeset 6d5f07 in git


Ignore:
Timestamp:
Jul 7, 2009, 6:17:57 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e9f5b23f3e4572bcb33e40a8f5debc2ca9bd11a6
Parents:
21a9f54ce99f8c2de3a4fd3a110efcd07ccf30a1
Message:
*levandov: doc and messages cosmetics


git-svn-id: file:///usr/local/Singular/svn/trunk@11955 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/nctools.lib

    r21a9f5 r6d5f07  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: nctools.lib,v 1.54 2009-05-08 16:01:55 levandov Exp $";
     2version="$Id: nctools.lib,v 1.55 2009-07-07 16:17:57 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    3232isCommutative();  check whether basering is commutative
    3333isWeyl();               check whether basering is a Weyl algebra
    34 UpOneMatrix(N);   return NxN matrix with 1's in the whole upper triagle,
     34UpOneMatrix();   return NxN matrix with 1's in the whole upper triagle,
    3535AltVarStart();        return first alternating variable of a super-commutative algebra,
    3636AltVarEnd();          return last alternating variable of a super-commutative algebra,
    3737IsSCA();                check whether current ring is a super-commutative algebra
    38 makeModElimRing(L); equip a ring with module elimination ordering
     38makeModElimRing(R); equip a ring with module elimination ordering
    3939";
    4040
     
    16551655PURPOSE: create a copy of a given ring equipped with the
    16561656@* elimination ordering for module components @code{(c,<)}
     1657NOTE: usually the list argument contains a ring to work with
    16571658EXAMPLE: example makeModElimRing; shows an example
    16581659"
     
    16701671    else
    16711672    {
    1672       print("unsupported input type, proceeding with basering\n"); 
     1673      print("unsupported input type, proceeding with basering"); 
    16731674      Noinput = 1;
    16741675    }
Note: See TracChangeset for help on using the changeset viewer.