Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 820 Bytes

NewtonsMethod

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.

This repo contains :

  • 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