Changeset 3754ca in git for Singular/LIB/solve.lib


Ignore:
Timestamp:
Apr 15, 2009, 1:28:08 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a6606e6cba9689ecbcc4e27ac00fb8c1deabd128
Parents:
40c648539a84cb2dc36e46b6b6c84deeb21e393b
Message:
minor textual changes prior to 3-1-0


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/solve.lib

    r40c648 r3754ca  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: solve.lib,v 1.38 2009-04-06 09:17:01 seelisch Exp $";
     2version="$Id: solve.lib,v 1.39 2009-04-15 11:24:12 seelisch Exp $";
    33category="Symbolic-numerical solving";
    44info="
     
    1212ures_solve(i,[..]);     find all roots of 0-dimensional ideal i with resultants
    1313mp_res_mat(i,[..]);     multipolynomial resultant matrix of ideal i
    14 interpolate(p,v,d);     interpolate poly from evaluation points i and results j
     14interpolate(p,v,d);     interpolate polynomial from evaluation points i and results j
    1515fglm_solve(i,[..]);     find roots of 0-dim. ideal using FGLM and lex_solve
    1616lex_solve(i,p,[..]);    find roots of reduced lexicographic standard basis
     
    274274    list l = laguerre_solve(f);
    275275    l;
    276     // check result, value of substituted poly should be near to zero
     276    // check result, value of substituted polynomial should be near to zero
    277277    // remember that l contains a list of strings
    278278    // in the case of a different ring
     
    479479}
    480480/*
    481 * returns a poly without zeroroots
     481* returns a polynomial without zeroroots
    482482*/
    483483static proc divzero(poly f,int iv)
     
    16021602                    dd++;
    16031603                    // hier Leading-Exponent pruefen???
    1604                     // oder ist das Poly immer als letztes in der Liste?!?
     1604                    // oder ist das Polynom immer als letztes in der Liste?!?
    16051605                    // leadexp(ps)
    16061606                }
Note: See TracChangeset for help on using the changeset viewer.