Changeset 21a9f5 in git
- Timestamp:
- Jul 7, 2009, 6:17:06 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6d5f07fc0cb4ce2f4c48acf8a4816a6c809a5175
- Parents:
- 6ca8b083892b98cc2f6836da7504ab9d4272cf90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/dmodapp.lib
r6ca8b0 r21a9f5 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: dmodapp.lib,v 1. 29 2009-04-15 11:11:34 seelischExp $";2 version="$Id: dmodapp.lib,v 1.30 2009-07-07 16:17:06 levandov Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 307 307 } 308 308 309 proc appelF2() //(number a,b,c)309 proc appelF2() 310 310 "USAGE: appelF2(); 311 311 RETURN: ring (and exports an ideal into it) … … 1693 1693 for (i=1; i<=n; i++) 1694 1694 { 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]; 1697 1697 } 1698 1698 @a = weighttx,weightD,1; … … 1776 1776 setring r; 1777 1777 intvec v = 3,2; 1778 def D2 = initialMalgrange(f,1, 0,1,v);1778 def D2 = initialMalgrange(f,1,1,v); 1779 1779 setring D2; 1780 1780 inF;
Note: See TracChangeset
for help on using the changeset viewer.