- Timestamp:
- 2016-07-04T11:00:41-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grobner.demo
r3740 r4555 148 148 149 149 /* POLY_COLON_IDEAL finds the reduced Grobner basis of the colon ideal I:J, i.e. the set of polynomials H 150 such that there is a polynomial F in J for which H*F is in I */ 150 such that for every polynomial G in I there is a polynomial F in J for which H*F=G; 151 in other words, I:J = {h: h*J is contained in I} */ 151 152 152 153 poly_colon_ideal([x^2*y],[y],[x,y]);
Note:
See TracChangeset
for help on using the changeset viewer.