Re: Question about "polynomial evaluations"
- From: William Hale <hale@xxxxxxxxxx>
- Date: Thu, 18 Jun 2009 00:11:09 -0500
In article
<a910f988-7739-4061-8885-788d571ac913@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Brian Chandler <imaginatorium@xxxxxxxxxxxxx> wrote:
Arturo Magidin wrote:
On Jun 17, 2:16 pm, Brian Chandler <imaginator...@xxxxxxxxxxxxx>
wrote:
<snipped>
Yes; what I think you were aiming for is what I mentioned elsewhere:
polynomial functions as opposed to polynomials.
Ah, yes. Thanks -- your explanation made a lot of it clearer.
In fact, one can prove that if R is *any* finite field, then *every*
element of F(R) is a polynomial function; in particular, since F(R) is
finite, the map eval cannot be one-to-one.
Is this proof trivial? It looks as though you can just "construct" a
polynomial for any function, given an unlimited amount of "space" to
play with. Intuitively, it ought to be possible to make a polynomial
(function) that maps p to q, and everything except p to 0, then you
just add them together. [?]
Just use Lagrange interpolation polynomial.
For example, let R be a finite field with the three elements 0, 1, 2.
Let f be a function in F(R).
Then,
f(x) = (x-1)(x-2)*f(0) + (x-0)(x-2)*f(1) + (x-0)(x-1)*f(2)
---------- --------- ---------
(0-1)(0-2) (1-0)(1-2) (2-0)(2-1)
The right hand side is a polynomial of degree 2.
Check both sides agree for x = 0, 1, 2.
.
- References:
- Understanding the quotient ring nomenclature
- From: Tim BandTech.com
- Re: Understanding the quotient ring nomenclature
- From: Tim BandTech.com
- Re: Understanding the quotient ring nomenclature
- From: Brian Chandler
- Re: Understanding the quotient ring nomenclature
- From: Tim BandTech.com
- Re: Understanding the quotient ring nomenclature
- From: Brian Chandler
- Re: Understanding the quotient ring nomenclature
- From: Brian Chandler
- Re: Understanding the quotient ring nomenclature
- From: Tim BandTech.com
- Re: Understanding the quotient ring nomenclature
- From: Brian Chandler
- Re: Understanding the quotient ring nomenclature
- From: Tim BandTech.com
- Re: Understanding the quotient ring nomenclature
- From: Brian Chandler
- Question about "polynomial evaluations"
- From: Brian Chandler
- Re: Question about "polynomial evaluations"
- From: Arturo Magidin
- Re: Question about "polynomial evaluations"
- From: Brian Chandler
- Understanding the quotient ring nomenclature
- Prev by Date: Re: Question about "polynomial evaluations"
- Next by Date: Re: Understanding the quotient ring nomenclature
- Previous by thread: Re: Question about "polynomial evaluations"
- Next by thread: Re: Understanding the quotient ring nomenclature
- Index(es):
Relevant Pages
|