Skip to content

robin-dc/Bisection-and-False-Position-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bisection and False-Position : Overview

Used to finds the root of a polynomial equation using 2 guesses.


⚒ How does it work?

  1. The program will instruct the user to choose the type of method and the constants for a, b and c to produce a quadratic equation.


  1. If the equation you created was possible, it will proceed to ask your guesses.


  1. If the root is in between your guesses, the program will then show the process of guessing and will terminate with a stopping criterion of 0.5%.


Want to try out the challenge?

Link: https://drive.google.com/file/d/1TiKhHT6VR1B0YXxa1z5CeWOLZtIgqyJJ/view?usp=sharing


🚀 To run this project on your local machine.

  1. Download an extension or node.js
https://nodejs.org/en/download/
  1. Go to the project directory.
cd <project folder>
  1. Make a new terminal and run the command.
 node bisection
  1. Press tab then hit enter.

📍 What is Bisection and False-Position?


📝 Other noteworthy projects

Dental Care Appointment System
🔗https://dentalcareph.netlify.app/
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Lofi Clock | Music and Notepad in one.
🔗 https://robin-dc.github.io/Lofi-Clock/
🐱 https://github.com/robin-dc/Lofi-Clock.git

Landing Pages

About

Used to find the roots of a polynomial equation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published