I think the following code should output True instead of False:
R.<x> = ZZ[]
I = R.ideal(1-2*x,2)
I.is_trivial()
| 1 | initial version |
I think the following code should output True instead of False:
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()
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()
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()
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.