| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
KeywordPolynomials
DescriptionRecall that 'Q' is the predefined constant for the ring . Note that KASH3 always declares the variable by 'P.1', if 'P' is the name of your polynomial algebra. Examplesf := X^3 + X + 1; # a polynomial over Z
f+f;
f*f;
Evaluate(f,10); # Evaluation of f at 10
Qx := PolynomialAlgebra(Q); # Univariate Polynomial Ring over Rational Field
Qx.1^5+7/3; # A polynomial over Q
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |