Macaulay2 / Macaulay2/M2

ker DegreeLimit silently truncates when the ring map is not homogeneous

Open
#527 3 comments 0 reactions 1 assignee Claimed by @bkholler View on GitHub
Core Gröbner bases
Dominant language
Macaulay2
Stars
435
Forks
297
Avg merge
4d 20h
Merged PRs (30d)
11

Description

If we know that the kernel of a ring map is generated in degree d, then we should be able to tell M2 that info. This issue is from the ask mike session at the M2 day at Fields, Oct 21, 2016.

```
R = ZZ/32003[a..d]
S = ZZ/32003[s,t]
phi = map(S,R,{s^4, s^3*t, s*t^3, t^4})
ker(phi, DegreeLimit=>3)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.