Changeset d8b352 in git
- Timestamp:
- Jan 17, 2008, 10:04:46 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4baf7449a920902da9ace69c7d671dea0b8685da
- Parents:
- 91cb92b542294f362bdf9a8f1e38daa61e83dcc9
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/central.lib
r91cb92 rd8b352 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: central.lib,v 1. 3 2007-11-28 16:36:45 motsakExp $"2 version="$Id: central.lib,v 1.4 2008-01-17 21:04:46 levandov Exp $" 3 3 category="Noncommutative" 4 4 info=" … … 560 560 561 561 // compute everything in a right form 562 MD = simplify( std( syz(MD) ), 1 + 2 + 8 );562 MD = simplify( groebner( syz(MD) ), 1 + 2 + 8 ); 563 563 // note that MD is a matrix of numbers - no polynomials... 564 564 -
Singular/LIB/perron.lib
r91cb92 rd8b352 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: perron.lib,v 1. 9 2007-11-28 16:36:46 motsakExp $";2 version="$Id: perron.lib,v 1.10 2008-01-17 21:04:46 levandov Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 190 190 191 191 // reduce everything in as far as possible 192 Relations = simplify( std( Relations ), 1 + 2 + 8 );192 Relations = simplify( groebner( Relations ), 1 + 2 + 8 ); 193 193 194 194 // restore options
Note: See TracChangeset
for help on using the changeset viewer.