Changeset 90ee8d in git for Singular/LIB


Ignore:
Timestamp:
Jul 13, 2007, 3:41:15 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
89abd46da28696591554aac087500f78261ec72c
Parents:
043cba9d4d180ed9cd19fd2212f6b7e506874565
Message:
*hannes: hne id


git-svn-id: file:///usr/local/Singular/svn/trunk@10202 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hnoether.lib

    r043cba r90ee8d  
    1 version="$Id: hnoether.lib,v 1.54 2007-07-13 12:08:34 Singular Exp $";
     1version="$Id: hnoether.lib,v 1.55 2007-07-13 13:41:15 Singular Exp $";
    22category="Singularities";
    33info="
     
    901901  // z(3) = -z(4)^2 + 0*z(4)^3 +...+ 0*z(4)^8 + ?*z(4)^9 + ...
    902902  // (the missing x in the last line indicates that it is not complete.)
    903   hne[2];
     903  Hne[2];
    904904  param(Hne);
    905905  // parametrization:   x(t)= -t^14+O(t^21),  y(t)= -3t^98+O(t^105)
     
    10631063            //   compare the HNE matrices ...
    10641064 print(Hne[1]);
    1065  print(Hne_extended[1]);
     1065 print(hne_extended[1]);
    10661066            // ... and the resulting parametrizations:
    10671067 param(Hne);
Note: See TracChangeset for help on using the changeset viewer.