Changeset 53d601 in git for Singular/LIB/ncalg.lib


Ignore:
Timestamp:
Apr 15, 2009, 10:17:58 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
52328628095f0818a3c034679299b8636883a90f
Parents:
cbdc04ee89f2f33ca319928387757b771f459803
Message:
*hannes: fixed Weyl call


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncalg.lib

    rcbdc04e r53d601  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncalg.lib,v 1.32 2009-04-09 12:04:42 seelisch Exp $";
     2version="$Id: ncalg.lib,v 1.33 2009-04-15 08:17:58 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    616616  string sord2 = "(a(0:" + string(n) + ")," + sord + ")";
    617617  execute("ring GR = (0,b(1..@d)),(x(1..n),d(1..n)),"+sord2+";");
    618   Weyl();
     618  def W=Weyl(); setring W;
    619619  int i,j;
    620620  poly p;
     
    627627      p = p+ A[i,j]*x(j)*d(j);
    628628    }
    629   I = I, p;
     629    I = I, p;
    630630  }
    631631  I = I, imap(r1,I0);
Note: See TracChangeset for help on using the changeset viewer.