Changeset 906458 in git for Singular/LIB/resolve.lib


Ignore:
Timestamp:
Apr 7, 2009, 6:18:06 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d98f437864469b655868be585350eeb57da2863
Parents:
2ae96e40fc5453bcb155aec76d376d79dd549cbe
Message:
removed some docu errors prior to release 3-1-0


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/resolve.lib

    r2ae96e r906458  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: resolve.lib,v 1.11 2008-09-24 16:41:31 Singular Exp $";
     2version="$Id: resolve.lib,v 1.12 2009-04-07 16:18:06 seelisch Exp $";
    33category="Commutative Algebra";
    44info="
     
    23002300         of [Bravo,Encinas,Villamayor]
    23012301RETURN:  list l,
    2302          l[1]: ideal describing the center
    2303          l[2]: intvec w obtained in the process of determining l[1]
    2304          l[3]: intvec b obtained in the process of determining l[1]
     2302         l[1]: ideal describing the center@*
     2303         l[2]: intvec w obtained in the process of determining l[1]@*
     2304         l[3]: intvec b obtained in the process of determining l[1]@*
    23052305         l[4]: intvec inv obtained in the process of determining l[1]
    23062306EXAMPLE: example CenterBO;  shows an example
Note: See TracChangeset for help on using the changeset viewer.