• Stars
    star
    3
  • Rank 3,961,449 (Top 79 %)
  • Language
    Python
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Newton's 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.