Newton-Raphson Method is a root finding method that uses linear approximation. In particular, we guess a solution of the equation , compute the linear approximation of at and then find the -intercept of the linear approximation.
- Define main function
- Derrivative function
- Whole Newton Function
- Number of iterrations
- Creating Table
- Plotting the graph
- Trigonometric functions
- Accept capital X
- Clean inputs
- check for dumb input
- repair the pain that is matlplotlib graphs and tables problem
- Save graph or table functionality
- Repair logic error in error taking
- Repair table not flexible enough
- prettify table
- maybe add log functions
- smoothen out the curve a lil