Changeset 373 for branches/f4grobner
- Timestamp:
- 2015-06-06T17:38:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ngrobner.lisp
r372 r373 218 218 ;; 219 219 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 220 220 221 (defun find-order (order) 221 222 "This function returns the order function bases on its name." … … 235 236 nil))) 236 237 238 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 239 ;; 240 ;; Ring utilities 241 ;; 242 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 243 237 244 (defun find-ring (ring) 238 245 "This function returns the ring structure bases on input symbol."
Note:
See TracChangeset
for help on using the changeset viewer.