Ideals of $\mathbb Z[x]$
I think the following code should output True
instead of False
because we have $1 = (1-2x)+2x \in I$:
R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()
I think the following code should output True
instead of False
because we have $1 = (1-2x)+2x \in I$:
R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2024-02-20 18:11:24 +0100
Seen: 110 times
Last updated: Feb 20
Writing elements as a linear combination in a basis in a quotient ring
Is there any easy way to parallel gröbnerbasis computations in sage?
Finding prime factorization of ideals in number rings
ideals of a matrix ring [closed]
Finding all admissible ideals with SAGE
compute first (and only first) values of Hilbert function
The corresponding issue is at https://github.com/sagemath/sage/issu...