Changeset 21a9f5 in git


Ignore:
Timestamp:
Jul 7, 2009, 6:17:06 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
6d5f07fc0cb4ce2f4c48acf8a4816a6c809a5175
Parents:
6ca8b083892b98cc2f6836da7504ab9d4272cf90
Message:
*levandov: cosmetics


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmodapp.lib

    r6ca8b0 r21a9f5  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmodapp.lib,v 1.29 2009-04-15 11:11:34 seelisch Exp $";
     2version="$Id: dmodapp.lib,v 1.30 2009-07-07 16:17:06 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    307307}
    308308
    309 proc appelF2() //(number a,b,c)
     309proc appelF2()
    310310"USAGE:  appelF2();
    311311RETURN:  ring (and exports an ideal into it)
     
    16931693  for (i=1; i<=n; i++)
    16941694  {
    1695     weighttx[i+1] = u0[n-i+1];
    1696     weightD[i+1]  = d+1-u0[n-i+1];
     1695    weighttx[i+1] = u0[i];
     1696    weightD[i+1]  = d+1-u0[i];
    16971697  }
    16981698  @a = weighttx,weightD,1;
     
    17761776  setring r;
    17771777  intvec v = 3,2;
    1778   def D2 = initialMalgrange(f,1,0,1,v);
     1778  def D2 = initialMalgrange(f,1,1,v);
    17791779  setring D2;
    17801780  inF;
Note: See TracChangeset for help on using the changeset viewer.