Changeset 47b2502 in git
- Timestamp:
- Jul 25, 2006, 8:00:01 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 410d5cde90e3744843dafef9274ac67a185727e2
- Parents:
- fa81226305817be32323832f3a91b0fc7fa3f53b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
rfa8122 r47b2502 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: primdec.lib,v 1.12 2 2006-07-25 12:29:00Singular Exp $";2 version="$Id: primdec.lib,v 1.123 2006-07-25 18:00:01 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 5375 5375 /////////////////////////////////////////////////////////////////////////////// 5376 5376 proc radical(ideal i, list #) 5377 "USAGE: 5378 5379 1, "equiRad" -> equiRadical is computed5380 0, "fullRad" -> full radical is computed (default)5381 "SL" ->Laplagne algorithm is used (default)5382 "KL" ->Krick/Logar algorithm is used5383 "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) 5385 5385 RETURN: ideal, the radical of i (or the equiradical if required in the input parameters) 5386 5386 NOTE: A combination of the algorithms of Krick/Logar or Laplagne and Kemper is used.
Note: See TracChangeset
for help on using the changeset viewer.