Changeset 20f2239 in git for Singular/LIB/classifyceq.lib


Ignore:
Timestamp:
May 15, 2020, 9:38:32 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
417a505a76f1137fb518b138cd109cc196892108
Parents:
1891fdca7cd3ff90403d60c1fe5e78ea9219f02c
Message:
spelling p7
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classifyceq.lib

    r1891fd r20f2239  
    560560{
    561561       //    input    poly p
    562        //    output   The normal form to which f is contact equvalent or the function is not simple.
     562       //    output   The normal form to which f is contact equivalent or the function is not simple.
    563563       def R=basering;
    564564       int t=tjurina(p);
     
    822822                              if(size(lengthBL(f))==4)
    823823                              {
    824                                      retrun("The given function defines an isolated Singularity.
     824                                     return("The given function defines an isolated Singularity.
    825825The Tjurina number is "+string(tjurina(f))+".
    826826E^0[7]:z2+x3+xy3.");
     
    11131113///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    11141114static proc whichSUR(poly f)
    1115 //====This procedure is required to separate the Surface Case D_2m from D_2m+1 as discribes in [2].
     1115//====This procedure is required to separate the Surface Case D_2m from D_2m+1 as describes in [2].
    11161116{
    11171117   int d=tjurina(f);
Note: See TracChangeset for help on using the changeset viewer.