Previous Up Next

6.34.1  Expanding and reducing: normal

The normal command expands and reduces expressions in ℤ/pℤ[x]. (See also Section 6.12.13.)


Example.
Input:

normal(((2*x^2+12)*( 5*x-4))%13)

Output:



−3
%13
x3+
5%13
x2+

−5
%13
x+4%13

Previous Up Next