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