Project

General

Profile

Bug #1080

Updated by Anna Maria Bigatti almost 7 years ago

There are still problems with zero generators:
<pre>
use R ::= QQ[x,y];
I1 := ideal(x,zero(R));
I2 := ideal(y);
intersect(I1,I2); --> ERROR
</pre>

I thought this had been fixed :-(

Back