K. = PowerSeriesRing(GF(5,4));K I = K.ideal(u^2+3,u^12),I
when I run above in sagecell,nothing is appear.
how to get the ideal is_commutative or prime or max_ideal or princapal?
1 | initial version |
K. = PowerSeriesRing(GF(5,4));K I = K.ideal(u^2+3,u^12),I
when I run above in sagecell,nothing is appear.
how to get the ideal is_commutative or prime or max_ideal or princapal?
2 | No.2 Revision |
K.
K.<u>
= PowerSeriesRing(GF(5,4));K
I = K.ideal(u^2+3,u^12),Iwhen I run above in sagecell,nothing is appear.
how to get the ideal is_commutative or prime or max_ideal or princapal?
3 | No.3 Revision |
K.<u> = PowerSeriesRing(GF(5,4));K
PowerSeriesRing(GF(5,4)); K
I = K.ideal(u^2+3,u^12), I
When I = K.ideal(u^2+3,u^12),Irun the above in sagecell, nothing appears.
when I run above in sagecell,nothing is appear.
how How to get the ideal is_commutative or prime or max_ideal or princapal?principal?