Changeset 94 for branches/f4grobner
- Timestamp:
- 2015-06-05T11:55:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner.lisp
r72 r94 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 21 21 22 (in-package :maxima)23 24 (macsyma-module cgb-maxima)25 26 (eval-when27 #+gcl (load eval)28 #-gcl (:load-toplevel :execute)29 (format t "~&Loading maxima-grobner ~a ~a~%"30 "$Revision: 2.0 $" "$Date: 2015/06/02 0:34:17 $"))31 32 ;;FUNCTS is loaded because it contains the definition of LCM33 ($load "functs")34 35 36 37 22 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 38 23 ;; 39 24 ;; Global switches 40 ;; (Can be used in Maxima just fine) 25 ;; 26 ;; Can be used in Maxima just fine, as they observe the 27 ;; Maxima naming convention, i.e. all names begin with a '$'. 41 28 ;; 42 29 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.