Changeset de3d76 in git


Ignore:
Timestamp:
Aug 5, 2004, 2:42:17 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0513d84ab11a50352edf4f9098ffb4f69125c439
Parents:
0bfdffcb637cd1aa0bde79616498bc4764291bad
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncalg.lib

    r0bfdff rde3d76  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncalg.lib,v 1.7 2004-07-22 20:07:51 plural Exp $";
     2version="$Id: ncalg.lib,v 1.8 2004-08-05 12:42:17 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    310310EXAMPLE: example Qso3; shows examples
    311311"{
    312   @p = 2*defInt(#);
     312  int @p = 2*defInt(#);
    313313  ring @@@r=(0,Q),(x,y,z),dp;
    314314  minpoly = RootOfUnity(@p);
Note: See TracChangeset for help on using the changeset viewer.