Changeset f9a080 in git


Ignore:
Timestamp:
May 20, 1998, 3:03:56 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a8bce041c21553c29cfb535d0b87e60a9da6f710
Parents:
31b46ace4fff8886fee340813de1152676a1e93f
Message:
	* LIB/primdec.lib (info): info string reformated


git-svn-id: file:///usr/local/Singular/svn/trunk@1942 2c84dea3-7e68-4137-9b89-c4e89433aadc
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 obachman Exp $
     1// $Id: primdec.lib,v 1.20 1998-05-20 13:03:56 schmidt Exp $
    22////////////////////////////////////////////////////////////////////////////////
    33// primdec.lib                                                                //
     
    1111////////////////////////////////////////////////////////////////////////////////
    1212
    13 version="$Id: primdec.lib,v 1.19 1998-05-15 16:25:48 obachman Exp $";
     13version="$Id: primdec.lib,v 1.20 1998-05-20 13:03:56 schmidt Exp $";
    1414info="
    1515LIBRARY: primdec.lib: PROCEDURE FOR PRIMARY DECOMPOSITION
    1616
    17   minAssGTZ(I);     computes the minimal associated primes via Gianni,Trager,Zacharias
    18 
    19   minAssChar(I);    computes the minimal associated primes using characteristic sets
    20 
    21   primdecGTZ(I);    computes a complete primary decomposition via Gianni,Trager,Zacharias
    22 
    23   primdecSY(I);     computes a complete primary decomposition via Shimoyama-Yokoyama
    24 
    25   testPrimary(L,k); tests whether the result of the primary decomposition is correct
    26 
     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
    2727  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
    3130  prepareAss(I);    computes the radicals of the equidimensional parts of I
    32 
    3331";
    3432
Note: See TracChangeset for help on using the changeset viewer.