Arithmetic for ideals uses the standard symbols. Below are examples of the basic arithmetic functions for ideal.
i1 : R = ZZ/101[a..d]/(b*c-a*d,c^2-b*d,b^2-a*c); |
For more information about quotient rings see quotient rings.
i2 : I = ideal (a*b-c,d^3); |
i3 : J = ideal (a^3,b*c-d); |
i4 : I+J |
i5 : I*J |
i6 : I^2 |
For more information see Ideal + Ideal, Ideal * Ideal, and Ideal ^ ZZ.