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 124


Ignore:
Timestamp:
2015-06-05T12:25:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.lisp

    r123 r124  
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2121
    22 (defvar *maxima-ring* *expression-ring*
    23   "The ring of coefficients, over which all polynomials
    24 are assumed to be defined.")
    25 
    2622;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2723;;
     
    113109     :gcd #'gcd)
    114110  "The ring of integers.")
     111
     112(defvar *maxima-ring* *ring-of-integers**
     113  "The ring of coefficients, over which all polynomials
     114are assumed to be defined.")
     115
    115116
    116117
Note: See TracChangeset for help on using the changeset viewer.