Changeset 5dc4ea in git for Singular/LIB/deform.lib
- Timestamp:
- Sep 18, 1997, 11:58:26 AM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 1a5daea04547872672e8d5c6d19ac391e34ca05e
- Parents:
- 741512c3f18910d2025325eadcbef56647da00d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/deform.lib
r741512c r5dc4ea 1 // $Id: deform.lib,v 1. 2 1997-04-28 19:27:15 obachmanExp $1 // $Id: deform.lib,v 1.3 1997-09-18 09:58:22 Singular Exp $ 2 2 //(BM/GMG, last modified 22.06.96) 3 3 /////////////////////////////////////////////////////////////////////////////// … … 42 42 ideal jetJ - defining the miniversal base space (in `na`) 43 43 ideal jetF - defining miniversal total space (in `na`) 44 NOTE: printlevel >=0: display dimT1,T2 and explain created objects (default)44 NOTE: printlevel >=0: display dimT1,T2 and miniversal equations (default) 45 45 printlevel >=1: show partial + final result during computation 46 46 printlevel >=2: show also memory and time usage … … 72 72 id = simplify(id,10); 73 73 int @rowR = size(id); 74 if( @rowR<=1 )75 {76 "// hypersurface, use proc deform from sing.lib";77 return();78 }74 //if( @rowR<=1 ) 75 //{ 76 // "// hypersurface, use proc deform from sing.lib"; 77 // return(); 78 //} 79 79 //------- change ordering if not correct -------------------------------------- 80 80 @t1=1; … … 221 221 } 222 222 //--------- end loop and final output --------------------------------------- 223 dbprint(p -1,"","// ___ Equations of miniversal base space___",jetJ,224 "","// ___ Equations of miniversal total space___",jetF);225 dbprint(p,"","// Result belongs to ring "+@na+".",226 "// Equations of total space of miniversal deformation are",227 "// given by jetF, equations of miniversal base space by jetJ.",223 dbprint(p,"","// ___ Equations of miniversal base space (jetJ) ___",jetJ, 224 "","// ___ Equations of miniversal total space (jetF) ___",jetF); 225 dbprint(p,"","// Equations of base space of miniversal deformation are given", 226 "// by the ideal jetJ, equations of miniversal total space by jetF.", 227 "// Both are defined in the ring "+@na+" created in 'miniversal'.", 228 228 "// Make "+@na+" the basering and list objects defined in "+@na+" by typing:", 229 " setring "+@na+"; show("+@na+");","listvar(ideal);");229 "// setring "+@na+"; show("+@na+"); listvar(ideal);"); 230 230 kill @On; 231 231 return();
Note: See TracChangeset
for help on using the changeset viewer.