Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 1 year ago

Thrash gravatar image

Ideals of Z[x]

I think the following code should output True instead of False:

R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()

Ideals of 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()

Ideals of Z[x]

I think the following code should output True instead of False because we have $1 = (1-2x)+2x \in I$ :I$:

R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()

Ideals of Z[x]

I think the following code should output True instead of False because we have $1 = (1-2x)+2x (1-2x)+2x \in I$:

R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()