Changeset 5dc4ea in git for Singular/LIB/deform.lib


Ignore:
Timestamp:
Sep 18, 1997, 11:58:26 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
1a5daea04547872672e8d5c6d19ac391e34ca05e
Parents:
741512c3f18910d2025325eadcbef56647da00d0
Message:
* hannes: changes to naLcm, naNormalize
* greuel/hannes: changes to deform.lib invar.lib(Header) matrix.lib
     prim_dec.lib primdec.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@730 2c84dea3-7e68-4137-9b89-c4e89433aadc
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 obachman Exp $
     1// $Id: deform.lib,v 1.3 1997-09-18 09:58:22 Singular Exp $
    22//(BM/GMG, last modified 22.06.96)
    33///////////////////////////////////////////////////////////////////////////////
     
    4242            ideal jetJ - defining the miniversal base space (in `na`)
    4343            ideal jetF - defining miniversal total space (in `na`)
    44 NOTE:    printlevel >=0: display dimT1,T2 and explain created objects (default)
     44NOTE:    printlevel >=0: display dimT1,T2 and miniversal equations (default)
    4545         printlevel >=1: show partial + final result during computation
    4646         printlevel >=2: show also memory and time usage
     
    7272   id = simplify(id,10);
    7373   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   //}
    7979//------- change ordering if not correct --------------------------------------
    8080   @t1=1;
     
    221221   }
    222222//---------  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.",
     223dbprint(p,"","// ___ Equations of miniversal base space (jetJ) ___",jetJ,
     224          "","// ___ Equations of miniversal total space (jetF) ___",jetF);
     225dbprint(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'.",
    228228       "// 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);");
    230230  kill @On;
    231231  return();
Note: See TracChangeset for help on using the changeset viewer.