Solved
PROGRAMMING NEWTON RAPHSON ON PRIME
- July 31, 2018
- 2 replies
- 7109 views
Hi
I need to use Newton algorythm with prime.
I write algorythm step by step.
I don't know prime correctly to make a program for iterative loop.
I need to make 10 loop max, and i want to program break when:
- iterative loop over 10
or
- Error control match with range value Ec
I need to enter manualy first step x0
I need to enter nanualy Error_control Ec
Please, can you help me to write NR with program in prime.
Thanks
in this capture:
find root for f(x) function with NR algorythm


