Project

General

Profile

Bug #418

What does interreduce do?

Added by John Abbott over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Urgent
Category:
Incomplete function
Target version:
Start date:
11 Dec 2013
Due date:
% Done:

100%

Estimated time:
2.00 h
Spent time:

Description

Reading Emanuela Napoli's master's thesis I came across the following example:

>>> j := [z^2, y^2*z +y*z, x*z +y*z, y^4 +2*y^3, x*y^2 +y^3 +x*y +y^2, x^2 +2*x*y +y^2, x^2 -2*x, y^2 +2*y, z];

>>> interreduced(j);
[z, y^2 +2*y, x^2 +2*x*y -2*y, -2*x*y -2*x +2*y, x +y]

>>> interreduced(It);
[z, x +y, y^2 +2*y]

I did not expect that applying interreduce twice would give a different answer.

Is this correct? If so, we should point it out in the manual.

History

#1 Updated by Anna Maria Bigatti over 10 years ago

fixed. will cvs as soon as I can....

#2 Updated by John Abbott about 10 years ago

  • Status changed from New to Resolved
  • Assignee set to Anna Maria Bigatti
  • Priority changed from Normal to Urgent
  • % Done changed from 0 to 50

It would be good to get this issue closed ASAP; it is not especially urgent, but I'd like it fixed before the Alg Comp course starts, and I believe the issue can be closed with very little effort.

#3 Updated by Anna Maria Bigatti about 10 years ago

  • Category set to Incomplete function
  • Status changed from Resolved to Feedback
  • Target version set to CoCoA-5.0.9
  • % Done changed from 50 to 90

All done

#4 Updated by Anna Maria Bigatti about 10 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 90 to 100

#5 Updated by Anna Maria Bigatti about 10 years ago

  • Estimated time set to 2.00 h

Also available in: Atom PDF