Opened 13 years ago

Last modified 12 years ago

#364 new bug

Problem with free summands (related to #363)

Reported by: barakat@… Owned by: hannes
Priority: minor Milestone: 3-1-4 and higher
Component: dontKnow Version: 3-1-3
Keywords: Cc:

Description (last modified by Oleksandr )

Singular seems to handle free summands incorrectly, this is related to the trac ticket

www.singular.uni-kl.de:8002/trac/ticket/363

This could be a source of many bugs. Here is one more:

                     SINGULAR                                 /  Development
 A Computer Algebra System for Polynomial Computations       /   version 3-1-3
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   March 2011
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
// ** executing /Users/mo/software/singular/Singular/LIB/.singularrc
) ring r=0,(x,y),dp;
) matrix m0[1][2]=x,y;
) dim(m0);
// ** _ is no standard basis
0
) matrix m1[2][3]=x,y,0, 0,0,x;
) dim(m1);
// ** _ is no standard basis
1
) matrix m2[3][3]=x,y,0, 0,0,x, 0,0,0;
 dim(m2);
// ** _ is no standard basis
1

expected 2

Change History (2)

comment:1 Changed 12 years ago by Oleksandr

Description: modified (diff)

comment:2 Changed 12 years ago by Oleksandr

Owner: changed from somebody to hannes
Note: See TracTickets for help on using tickets.