Skip to content

A program that calculates root of some mathematical function in a given interval, passing by opposite signs

Notifications You must be signed in to change notification settings

joaoawk/roots-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What's up in here?

This is an implementation of bissection method to find roots in a given interval.

What's the purpose?

I intended to practice and memorize the algorithm. And which way is better than doing it by hand? You can implement it by specifing the mathematical function in f and the interval in interval.

Scalability

I also do not intend to make it far than this, since there are many algorithms worldwide, I will not change a thing, but refactor the code, applying, as always, good programming practices.

About

A program that calculates root of some mathematical function in a given interval, passing by opposite signs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages