Changeset 3c7701 in git for Singular


Ignore:
Timestamp:
Apr 25, 2005, 6:57:36 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
720ff4a017189777645e1e4ed50e4080ba8f1edb
Parents:
7c96c0308bf0a832738a364f8784f9fe530744e5
Message:
*hannes/lossen: help fixed


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/solve.lib

    r7c96c03 r3c7701  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: solve.lib,v 1.27 2004-08-05 15:59:22 Singular Exp $";
     2version="$Id: solve.lib,v 1.28 2005-04-25 16:57:36 Singular Exp $";
    33category="Symbolic-numerical solving";
    44info="
     
    481481* returns a poly without zeroroots
    482482*/
    483 static proc divzero(poly f,int iv);
     483static proc divzero(poly f,int iv)
    484484{
    485485  poly p=f;
     
    543543         ideal G is not a lex. standard basis, it is generated with internal
    544544         computation (Hilbert driven), if the input-ring (with char 0) has
    545          the name "<A>", the lexicographical and complex output-ring has the
    546          name "<A>C".
     545         the name \"<A>\", the lexicographical and complex output-ring has the
     546         name \"<A>C\".
    547547EXAMPLE: example solve; shows an example
    548548"
Note: See TracChangeset for help on using the changeset viewer.