Skip to content

This repository implements the basic numerical methods for solving nonlinear equations. All of them are presented in one console program, which is easy to use. The output of the program is both real and complex numbers.

Notifications You must be signed in to change notification settings

as1mple/numerical_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Approximate solution of f(x)=0

  • by the Newton's method.
  • by the secant method
  • by the chord method

image

About

This repository implements the basic numerical methods for solving nonlinear equations. All of them are presented in one console program, which is easy to use. The output of the program is both real and complex numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages