Skip to content

The program allows solving polynomial nonlinear equations using several different methods and also compares their efficiency in solving a given problem by showing the time in microseconds spent for each method.

Notifications You must be signed in to change notification settings

LukaSimovic/Solving-polynomial-nonlinear-equations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Solving-polynomial-nonlinear-equations

The program allows solving polynomial nonlinear equations using several different methods and also compares their efficiency in solving a given problem by showing the time in microseconds spent for each method.

Methods:

  • Half-interval method
  • Simple iteration method
  • Cutting method
  • Newton's method
  • Modified Newton's method

About

The program allows solving polynomial nonlinear equations using several different methods and also compares their efficiency in solving a given problem by showing the time in microseconds spent for each method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages