Opened 10 years ago

Closed 10 years ago

#594 closed bug (fixed)

mstd should not allow integer coefficients or is incorrect

Reported by: kroeker@… Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-0
Keywords: mstd integer coefficient ring incorrect disallow Cc:

Description

Example:

ring rng = integer, x, dp;

ideal I = 10;

mstd(I);
// [1]:
//   _[1]=10
//[2]:
//   _[1]=1 //wrong!

Change History (2)

comment:1 Changed 10 years ago by anne

Have you computed this with a version in which the newest changes of Adi and me had been merged?

We had been working on precisely this issue, but up to now the pull-request is still in the review process. (The chosen behaviour of mstd for this situation is:

write the original generators into the second entry, if this set is smaller than the standard basis, otherwise put the standard basis into the second entry)

comment:2 Changed 10 years ago by hannes

Resolution: fixed
Status: newclosed

fixed by Adi & Anne

Note: See TracTickets for help on using tickets.