Changeset 11d5e76 in git
- Timestamp:
- Dec 17, 2013, 5:27:32 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 11096e3585678a7b5d38e88e141494e0e5dc6216
- Parents:
- 141671bfa5615e95935e19fd940dd75a3b4bc7a1389c6d343f5d1dbcb286ebedab2a2b0adab0d681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/divisors.lib
r141671b r11d5e76 335 335 ASSUME: A is a divisor on X. 336 336 RETURN: a list with a basis of the space of global sections of D. 337 THEORY: We assume that the qring of X satisfies the S2-condition . We compute sat((f*J) : I) /f337 THEORY: We assume that the qring of X satisfies the S2-condition and that X is smooth. We compute sat((f*J) : I) /f 338 338 where D = (I)-(J). 339 339 KEYWORDS: divisors … … 370 370 " 371 371 { 372 return( deg(std(A.num))-deg(std(A.den)));372 return( mult(std(A.num))-mult(std(A.den))); 373 373 } 374 374 example
Note: See TracChangeset
for help on using the changeset viewer.