source: CGBLisp/doc/modular-poly.txt@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 540 bytes
Line 
1
2;;; MODULAR-TRACE (plist modulus) [FUNCTION]
3;;; Return PLIST with coefficients reduced modulo prime MODULUS.
4;;;
5;;; MODULAR-TRACE-1 (p modulus) [FUNCTION]
6;;; Return a polynomial P with coefficients reduced modulo prime MODULUS.
7;;;
8;;; FROBENIUS-KERNEL (n modulus) [FUNCTION]
9;;; Return a list of N polynomials of the form XI**MODULUS-XI, where
10;;; XI is the I-th variable. Work in internal alist representation.
11;;;
Note: See TracBrowser for help on using the repository browser.