Changeset f9a080 in git
- Timestamp:
- May 20, 1998, 3:03:56 PM (25 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- a8bce041c21553c29cfb535d0b87e60a9da6f710
- Parents:
- 31b46ace4fff8886fee340813de1152676a1e93f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
r31b46ac rf9a080 1 // $Id: primdec.lib,v 1. 19 1998-05-15 16:25:48 obachmanExp $1 // $Id: primdec.lib,v 1.20 1998-05-20 13:03:56 schmidt Exp $ 2 2 //////////////////////////////////////////////////////////////////////////////// 3 3 // primdec.lib // … … 11 11 //////////////////////////////////////////////////////////////////////////////// 12 12 13 version="$Id: primdec.lib,v 1. 19 1998-05-15 16:25:48 obachmanExp $";13 version="$Id: primdec.lib,v 1.20 1998-05-20 13:03:56 schmidt Exp $"; 14 14 info=" 15 15 LIBRARY: primdec.lib: PROCEDURE FOR PRIMARY DECOMPOSITION 16 16 17 minAssGTZ(I); computes the minimal associated primes via Gianni,Trager,Zacharias18 19 minAssChar(I); computes the minimal associated primes using characteristic sets20 21 primdecGTZ(I); computes a complete primary decomposition via Gianni,Trager,Zacharias22 23 primdecSY(I); computes a complete primary decomposition via Shimoyama-Yokoyama24 25 testPrimary(L,k); tests whether the result of the primary decomposition is correct26 17 minAssGTZ(I); computes the minimal associated primes 18 via Gianni,Trager,Zacharias 19 minAssChar(I); computes the minimal associated primes 20 using characteristic sets 21 primdecGTZ(I); computes a complete primary decomposition 22 via Gianni,Trager,Zacharias 23 primdecSY(I); computes a complete primary decomposition 24 via Shimoyama-Yokoyama 25 testPrimary(L,k); tests whether the result of the primary 26 decomposition is correct 27 27 radical(I); computes the radical of the ideal I 28 29 equiRadical(I); computes the radical of the equidimensional part of the ideal I 30 28 equiRadical(I); computes the radical of the equidimensional part 29 of the ideal I 31 30 prepareAss(I); computes the radicals of the equidimensional parts of I 32 33 31 "; 34 32
Note: See TracChangeset
for help on using the changeset viewer.