Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
155 stars 60 forks source link

Resolve oddities in `Generic.Ideal` documentation and implementation #1734

Open fingolfin opened 1 week ago

fingolfin commented 1 week ago
thofma commented 1 week ago

Just for clarification. The implementation is for ideals in polynomials rings $R[x_1,\dotsc,x_n]$, where $R$ is a Euclidean domain, although there are some details in the implementation, which makes it only work $R = \mathbf{Z}$ or $R$ a field if I remember correctly.