- #1
tpm
- 72
- 0
Let be the congruence equation with f(x) a Polynomial of grade k then:
[tex] f(x)=0mod(p) [/tex]
then if we have as a first approximation [tex] f(x_{n+1})=0mod(p) [/tex]
then using a linear interpolation: [tex] f(x_{n})+f'(x_{n})(x_{n+1}-x_{n})=0mod(p) [/tex] or [tex] x_{n+1}=(x_{n}+\frac{f(x_{n}}{f'(x_{n})})0mod(p/f'(x_{n}) [/tex]
So we have 'modified' Newton method for solving Polynomial congruences. :Bigrin:
[tex] f(x)=0mod(p) [/tex]
then if we have as a first approximation [tex] f(x_{n+1})=0mod(p) [/tex]
then using a linear interpolation: [tex] f(x_{n})+f'(x_{n})(x_{n+1}-x_{n})=0mod(p) [/tex] or [tex] x_{n+1}=(x_{n}+\frac{f(x_{n}}{f'(x_{n})})0mod(p/f'(x_{n}) [/tex]
So we have 'modified' Newton method for solving Polynomial congruences. :Bigrin: