Changeset 79ef12a in git


Ignore:
Timestamp:
Jan 26, 2000, 12:43:17 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dd10b142c1fd713fe44c4cac2ad1ef9c53b47868
Parents:
735236c4e67873419be6fd0238f9d20ded258c7d
Message:
* algevraic extesnin remark


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r735236 r79ef12a  
    1 // $Id: primdec.lib,v 1.52 1999-12-13 15:33:49 obachman Exp $
     1// $Id: primdec.lib,v 1.53 2000-01-26 11:43:17 obachman Exp $
    22///////////////////////////////////////////////////////////////////////////////
    33// primdec.lib                                                               //
     
    1111///////////////////////////////////////////////////////////////////////////////
    1212
    13 version="$Id: primdec.lib,v 1.52 1999-12-13 15:33:49 obachman Exp $";
     13version="$Id: primdec.lib,v 1.53 2000-01-26 11:43:17 obachman Exp $";
    1414info="
    1515LIBRARY: primdec.lib   PROCEDURES FOR PRIMARY DECOMPOSITION
     
    3030REMARK:
    3131These procedures are implemented to be used in characteristic 0.
    32 They work also in positive characteristic >> 0.
    33 In small characteristic primdecGTZ, minAssGTZ, radical and equiRadical may not
    34 terminate and primdecSY and minAssChar may not give a complete decomposition.
    35 ";
     32@*They also work in positive characteristic >> 0.
     33@*In small characteristic and for algebraic extensions, primdecGTZ,
     34minAssGTZ, radical and equiRadical may not terminate and primdecSY and
     35minAssChar may not give a complete decomposition.  ";
    3636
    3737LIB "general.lib";
Note: See TracChangeset for help on using the changeset viewer.