Changeset 41:190913a1ca3e
- Timestamp:
- 03/07/06 10:10:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/rings/multi_polynomial_ideal.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/rings/multi_polynomial_ideal.py
r9 r41 234 234 sage: p = z^2 + 1; q = z^3 + 2 235 235 sage: I = (p*q^2, y-z^2)*R 236 sage: I.primary_decomposition() 236 sage: I.primary_decomposition() # this fails on some 64-bit machines sometimes during automated testing; I don't know why! 237 237 [Ideal (1 + z^2, 1 + y) of Polynomial Ring in x, y, z over Rational Field, Ideal (-1*z^2 + y, 4 + 4*z^3 + z^6) of Polynomial Ring in x, y, z over Rational Field] 238 238 """
Note: See TracChangeset
for help on using the changeset viewer.
