Changeset 4556
- Timestamp:
- 2016-07-04T11:01:46-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner.demo
r4554 r4556 149 149 /* POLY_COLON_IDEAL finds the reduced Grobner basis of the colon ideal I:J, i.e. the set of polynomials H 150 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 in other words, I:J = {H: H*J is contained in I} */ 152 152 153 153 poly_colon_ideal([x^2*y],[y],[x,y]);
Note:
See TracChangeset
for help on using the changeset viewer.