Polynomial arithmetic
From Wikipedia, the free encyclopedia
Polynomial arithmetic includes basic mathematical operations such as addition, subtraction, and multiplication. These operations are defined naturally as if the variable x was an element of S. Division is defined similarly, but requires that S be a field. Examples of fields include rational numbers, Zp for p prime, and real numbers. The set of all integers is not a field and does not support polynomial division.
[edit] Addition and subtraction
Addition and subtraction are performed by adding or subtracting corresponding coefficients. If
then addition is defined as
[edit] Multiplication
Multiplication is performed much the same way as addition and subtraction, but instead by multiplying the corresponding coefficients. If then multiplication is defined as where . Note that we treat ai as zero for i > m and that the degree of the product is equal to the sum of the degrees to the two polynomials.
[edit] References
- Stallings, William; : "Cryptography And Network Security: Principles and Practice", pages 121-126. Prentice Hall, 1999.
This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (March 2008) |