Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 441 Bytes

Calculo-Numerico-Raizes

A project for the subject Numeric Calculus

In this project you will be able to find function roots using 4 different methods:

  • Bisection Method
  • False Position Method
  • Newton's Method
  • Secant Method

The project is a website built with HTML, CSS, and JavaScript. It utilizes two essential libraries: Math.js for mathematical operations and Plotly for graph plotting.

By Gisele Silva Gomes. Computer Science.