close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 35


Ignore:
Timestamp:
2015-06-01T22:32:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/f4-matrix.lisp

    r34 r35  
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2121
     22(in-package :maxima)
     23
     24(macsyma-module f4-maxima)
     25
     26(defun poly-monomials (p)
     27  (mapcar #'term-monom (poly-termlist p)))
     28
     29(defun make-f4-matrix (f fl &aux ml)
     30 
     31 
     32
Note: See TracChangeset for help on using the changeset viewer.