Changeset d8b352 in git


Ignore:
Timestamp:
Jan 17, 2008, 10:04:46 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
4baf7449a920902da9ace69c7d671dea0b8685da
Parents:
91cb92b542294f362bdf9a8f1e38daa61e83dcc9
Message:
*levandov: std replaced with groebner


git-svn-id: file:///usr/local/Singular/svn/trunk@10508 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/central.lib

    r91cb92 rd8b352  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: central.lib,v 1.3 2007-11-28 16:36:45 motsak Exp $"
     2version="$Id: central.lib,v 1.4 2008-01-17 21:04:46 levandov Exp $"
    33category="Noncommutative"
    44info="
     
    560560
    561561  // compute everything in a right form
    562   MD = simplify( std( syz(MD) ), 1 + 2 + 8 );
     562  MD = simplify( groebner( syz(MD) ), 1 + 2 + 8 );
    563563  // note that MD is a matrix of numbers - no polynomials...
    564564
  • Singular/LIB/perron.lib

    r91cb92 rd8b352  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: perron.lib,v 1.9 2007-11-28 16:36:46 motsak Exp $";
     2version="$Id: perron.lib,v 1.10 2008-01-17 21:04:46 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    190190
    191191  // reduce everything in as far as possible
    192   Relations = simplify( std( Relations ), 1 + 2 + 8 );
     192  Relations = simplify( groebner( Relations ), 1 + 2 + 8 );
    193193
    194194  // restore options
Note: See TracChangeset for help on using the changeset viewer.