Opened 8 years ago
Closed 8 years ago
#713 closed bug (duplicate)
std(stdI,J) not reduced with disabled 'redTail' and enabled 'redSB'
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | major | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-2 |
Keywords: | Cc: |
Description
failing example:
ring rng = (167),(x,y,z),(dp(3),C); short = 0 ; option(noredTail); option(redSB); system("random", 1300476452); ideal I = 20*y*z-44; ideal J = -15*x*z-24,5*x*y^2+33*x-1; ideal gI = std(I); ideal IJ = I+J; ideal gIJ = std(IJ); ideal gI_J = std(gI,J); ASSUME(0, 0== size( std(reduce (I,gI ) )) ); ASSUME(0, 0== size( std(reduce (IJ,gIJ ) )) ); reduce (IJ, gI_J );
output
_[1]=0 _[2]=0 _[3]=33*x+24*y
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
it may be related to std(I, J) not being a GB...
=> fix postponed until the other ticket is fixed
Note: See
TracTickets for help on using
tickets.
update: faulty bug report; gI_J is even not standard basis: