- Timestamp:
 - 2015-06-20T17:12:00-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r2697 r2716 171 171 self) 172 172 173 #|174 175 173 (defun poly-standard-extension (plist &aux (k (length plist))) 176 "Calculate [U1*P1,U2*P2,...,UK*PK], where PLIST=[P1,P2,...,PK]." 174 "Calculate [U1*P1,U2*P2,...,UK*PK], where PLIST=[P1,P2,...,PK] 175 is a list of polynomials." 177 176 (declare (list plist) (fixnum k)) 178 177 (labels ((incf-power (g i) … … 183 182 (dotimes (i k plist) 184 183 (incf-power (nth i plist) i)))) 184 185 #| 185 186 186 187 (defun saturation-extension (ring f plist  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  