Changeset 64eab4 in git for Singular/LIB/gaussman.lib
- Timestamp:
- Nov 7, 2001, 10:55:50 AM (22 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 0de55fe2fcf65d78c398ccf33990252dedade70c
- Parents:
- 16105c8f405ac4e9d787fbd2bae347a9686645db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gaussman.lib
r16105c r64eab4 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: gaussman.lib,v 1.5 6 2001-11-05 13:58:38mschulze Exp $";2 version="$Id: gaussman.lib,v 1.57 2001-11-07 09:55:50 mschulze Exp $"; 3 3 category="Singularities"; 4 4 … … 22 22 vwfilt(t); weight refined V-filtration of t on H''/H' 23 23 saito(t); matrix A0+A1*s of t on H'' 24 endvfilt(V); endomorphism V-filtration 24 endvfilt(V); endomorphism V-filtration on Jacobian algebra 25 25 spprint(sp); print spectrum sp 26 26 sppprint(spp); print spectral pairs spp … … 902 902 KEYWORDS: singularities; Gauss-Manin connection; Brieskorn lattice; 903 903 mixed Hodge structure; opposite Hodge filtration; V-filtration; 904 EXAMPLE: example saito; shows examples904 EXAMPLE: example tmat; shows examples 905 905 " 906 906 { … … 1079 1079 1080 1080 proc endvfilt(list V) 1081 "USAGE: endv wfilt(V); list V1081 "USAGE: endvfilt(V); list V 1082 1082 ASSUME: V computed by vfilt 1083 1083 RETURN: … … 1095 1095 KEYWORDS: singularities; Gauss-Manin connection; Brieskorn lattice; 1096 1096 mixed Hodge structure; V-filtration; endomorphism filtration 1097 EXAMPLE: example endv wfilt; shows examples1097 EXAMPLE: example endvfilt; shows examples 1098 1098 " 1099 1099 {
Note: See TracChangeset
for help on using the changeset viewer.