Changeset ab9844 in git for Singular/LIB/deform.lib
- Timestamp:
- May 11, 2006, 6:21:15 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- ec9b961ce4d7cc79de9cb5d45e263f4ea6d58d21
- Parents:
- fe7d6b062eeb9a438cdfe1683fbed0301f5a52b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/deform.lib
rfe7d6b rab9844 1 // $Id: deform.lib,v 1.3 5 2005-05-06 14:38:14 hannesExp $1 // $Id: deform.lib,v 1.36 2006-05-11 16:21:15 Singular Exp $ 2 2 // author: Bernd Martin email: martin@math.tu-cottbus.de 3 3 //(bm, last modified 4/98) 4 4 /////////////////////////////////////////////////////////////////////////////// 5 version="$Id: deform.lib,v 1.3 5 2005-05-06 14:38:14 hannesExp $";5 version="$Id: deform.lib,v 1.36 2006-05-11 16:21:15 Singular Exp $"; 6 6 category="Singularities"; 7 7 info=" … … 278 278 // To access these data, type 279 279 def Px=L[1]; setring Px; print(Fs); print(Js); print(Rs); 280 281 // L[2] = L[1]/Fo extending Qo=Po/Fo, 282 // L[3] = the embedding ring of the versal base space, 283 // L[4] = L[1]/Js extending L[3]/Js. 280 284 "); 281 285 return(list(`myPx`,`myQx`,`mySo`,`myOx`));
Note: See TracChangeset
for help on using the changeset viewer.