Changeset 2808c64 in git


Ignore:
Timestamp:
Aug 18, 2008, 12:42:27 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e1b44456332c70d03de655247dad9a8f801ba0ee
Parents:
bdefc5f702885ed73606dd76ac71562a275bdbdf
Message:
*hannes: phindex.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@11002 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/phindex.lib

    rbdefc5f r2808c64  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: phindex.lib,v 1.1 2008-08-16 14:18:32 Singular Exp $";
     2version="$Id: phindex.lib,v 1.2 2008-08-18 10:42:27 Singular Exp $";
    33category=" ";
    44info="
    55LIBRARY : phindex.lib Procedures to compute the index of real analytic vector fields
    6 
    7 signatureL(M[,n]);   signature of symmetric matrix M, method of Lagrange.
    8 signatureLqf(h[,n]); signature of quadratic form h, method of Lagrange.
    9 PH_ais(I)            P-H index of real analytic vector field I w. an a. i. s.
    10 PH_nais(I)           P-H index of real analytic vector field I w. a non a. i. s
    11                [parameters in square brackets are optional]
    126
    137NOTE: To compute the Poincare-Hopf index of a real analytic vector field
     
    2115      To compute the signature of a quadratic form (or symmetric matrix)
    2216      we use the method of Lagrange.
     17
     18PROCEDURES:
     19 signatureL(M[,n]);   signature of symmetric matrix M, method of Lagrange.
     20 signatureLqf(h[,n]); signature of quadratic form h, method of Lagrange.
     21 PH_ais(I)            P-H index of real analytic vector field I w. an a. i. s.
     22 PH_nais(I)           P-H index of real analytic vector field I w. a non a. i. s
    2323";
    2424
  • Singular/Makefile.in

    rbdefc5f r2808c64  
    280280        solve.lib    signcond.lib  spcurve.lib   spectrum.lib   standard.lib \
    281281        stratify.lib surf.lib      surfex.lib    teachstd.lib   toric.lib \
    282         triang.lib   rootsur.lib  weierstr.lib  zeroset.lib
     282        triang.lib   rootsur.lib  weierstr.lib  zeroset.lib     phindex.lib
    283283 
    284284
Note: See TracChangeset for help on using the changeset viewer.