Changeset fae8e8 in git
- Timestamp:
- Jan 21, 2015, 5:02:44 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fa4a4056e9dbacf0845ce625e256da875426ff88
- Parents:
- 4e33058a3cced5901e5f2b51d7435047555c71ca
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-21 17:02:44+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-21 17:03:27+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gradedModules.lib
r4e3305 rfae8e8 689 689 { 690 690 intvec a = attrib(M, "isHomog"); 691 return (grobj(M, intvec( a +intvec(d:size(a))) ));691 return (grobj(M, intvec( a - intvec(d:size(a))) )); 692 692 } 693 693 … … 704 704 { 705 705 module Z; Z[a] = 0; 706 Z = grobj(Z, intvec(d:a));707 708 ASSUME(2, grisequal(Z, grpower( grshift(grzero(), d), a ) )); // optional check706 Z = grobj(Z, -intvec(d:a)); 707 708 ASSUME(2, grisequal(Z, grpower( grshift(grzero(), -d), a ) )); // optional check 709 709 return(Z); 710 710 }
Note: See TracChangeset
for help on using the changeset viewer.