Tag: newton-raphson

27
Nov
2014

C code for newton-raphson method

Problem: Here we have to find root for the polynomial x^3-8*x-4 upto 6D(decimal places) Solution in C:…