previous up next
Go backward to Example
Go up to Top
Go forward to Example
RISC-Linz logo

Example

Take the set of polynomials Poly.

We have, for all polynomials x and y and a in R,

(x + y)[a] = x[a] +R y[a]
(x - y)[a] = x[a] -R y[a]
(-x)[a] = -Rx[a]
(x * y)[a] = x[a] *R y[a]

i.e., polynomial evaluation is a homomorphism from Poly to R (for operations +, -, *).


Author: Wolfgang Schreiner
Last Modification: December 7, 1999

previous up next