Write a program in C to find a root of a given equation using Secant Method. Perform five iterations to obtain the smallest positive root of the equation f(x) = sin x + 2tanx. Verify your answer with the program written by you.
Please post the solution.... I have to submit it on Thursday...