Changeset dc9b97 in git
- Timestamp:
- Feb 26, 2018, 3:19:49 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- c1d85840489f16ebc4cd9a3b6c8add9d27ea04d0
- Parents:
- b9d0f4e0f7b6e8f0decd699cfc006460e37db330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/fpalgebras.lib
rb9d0f4e rdc9b97 641 641 //////////////////////////////////////////////////////////////////// 642 642 643 proc dyckGr p1(int n, int d, intvec P)644 "USAGE: dyckGr p1(n,d,P); n an integer, d an integer, P an intvec643 proc dyckGroup1(int n, int d, intvec P) 644 "USAGE: dyckGroup1(n,d,P); n an integer, d an integer, P an intvec 645 645 RETURN: ring 646 646 NOTE: - the ring contains the ideal I, which contains the required relations … … 684 684 685 685 686 proc dyckGr p2(int n, int d, intvec P)687 "USAGE: dyckGr p2(n,d,P); n an integer, d an integer, P an intvec686 proc dyckGroup2(int n, int d, intvec P) 687 "USAGE: dyckGroup2(n,d,P); n an integer, d an integer, P an intvec 688 688 RETURN: ring 689 689 NOTE: - the ring contains the ideal I, which contains the required relations … … 728 728 729 729 730 proc dyckGr p3(int n, int d, intvec P)731 "USAGE: dyckGr p2(n,d,P); n an integer, d an integer, P an intvec730 proc dyckGroup3(int n, int d, intvec P) 731 "USAGE: dyckGroup2(n,d,P); n an integer, d an integer, P an intvec 732 732 RETURN: ring 733 733 NOTE: - the ring contains the ideal I, which contains the required relations
Note: See TracChangeset
for help on using the changeset viewer.