mingens in local rings
Open
Core
Linear Algebra
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
The Mora algorithm in M2 should return the minimal generators in the local ring. But it is not doing so. As a simple example:
```
R = (ZZ/31991){x,y}
I = ideal"x2-x3,x4"
mingens I -- WRONG!!
assert(numColumns mingens I == 1)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.