Changeset 47b2502 in git


Ignore:
Timestamp:
Jul 25, 2006, 8:00:01 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
410d5cde90e3744843dafef9274ac67a185727e2
Parents:
fa81226305817be32323832f3a91b0fc7fa3f53b
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    rfa8122 r47b2502  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: primdec.lib,v 1.122 2006-07-25 12:29:00 Singular Exp $";
     2version="$Id: primdec.lib,v 1.123 2006-07-25 18:00:01 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    53755375///////////////////////////////////////////////////////////////////////////////
    53765376proc radical(ideal i, list #)
    5377 "USAGE:           radical(i); i ideal.
    5378                         Optional parameters in list #: (can be entered in any order)
    5379                         1, "equiRad" -> equiRadical is computed
    5380                         0, "fullRad" -> full radical is computed  (default)
    5381                         "SL" ->                 Laplagne algorithm is used (default)
    5382                         "KL" ->                 Krick/Logar algorithm is used
    5383                         "facstd" ->             uses facstd to first decompose the ideal (default for non homogeneous ideals)
    5384                         "noFacstd" ->        does not use facstd (default for homogeneous ideals)
     5377"USAGE: radical(i); i ideal.
     5378   Optional parameters in list #: (can be entered in any order)
     5379   1, \"equiRad\" -> equiRadical is computed
     5380   0, \"fullRad\" -> full radical is computed  (default)
     5381   \"SL\" ->         Laplagne algorithm is used (default)
     5382   \"KL\" ->         Krick/Logar algorithm is used
     5383   \"facstd\" ->     uses facstd to first decompose the ideal (default for non homogeneous ideals)
     5384   \"noFacstd\" ->   does not use facstd (default for homogeneous ideals)
    53855385RETURN:  ideal, the radical of i (or the equiradical if required in the input parameters)
    53865386NOTE:    A combination of the algorithms of Krick/Logar or Laplagne and Kemper is used.
Note: See TracChangeset for help on using the changeset viewer.