wxrebecca
- 5
- 0
What's the difference between polynomials (as elements of a ring of polynomials) and polynomial functions??
A nitpick; if x is a real-valued indeterminate, then those aren't functions from the reals. At least, 1/x is not. Depending on the specific language you are using, 1/x is either a partial function or a grammatical error.Jarle said:you can say that x*1/x = 1, but as functions from the reals they are not equal; the former is undefined at 0.
Hurkyl said:A nitpick; if x is a real-valued indeterminate, then those aren't functions from the reals. At least, 1/x is not. Depending on the specific language you are using, 1/x is either a partial function or a grammatical error.
mathwonk said:this is not correct over finite fields, i.e. they are only the same over infinite fields. I.e. over a finite field, the map from polynomials to polynomial functions has a huge kernel.
e.g. over Z/pZ, the non zero polynomial (x-1)(x-2)...(x-p) corresponds to the zero function on Z/pZ.