Consider the equation:
f(x) = x² − px − 1 = 0 ; p = {1,2,3,4……}
Take p of your choice and Use any one of the following methods:
Bisection Method
Regula-Falsi Method
Secant Method
Newton-Raphson Method
Fixed Point Iteration Method
For selected method, write:
• Algorithm (Input, Output, Processing)
• Program ( C / Python )
• Test Run with iterations
• Time & Space Complexity
• Geometric Interpretation