Numerically Solving Equations is a website for explaining and visualising basic numerical methods for solving equations.
git clone https://github.com/jonathanjameswatson/numerically-solving-equations.git
cd numerically-solving-equations
yarn install
yarn run generate
- Deploy the dist folder
- Sketches using p5.js
- Spreadsheets using Google Sheets
- Mathematical typesetting using KaTeX
- Absolute and relative errors
- Rounding and chopping
- Arithmetic using approximate values
- Roots of equations and graphs
- Bisection method
- False position
- Bisection method
- False position
- Fixed point iteration
- Newton-Raphson method
- Secant method
- Add fixed point iteration page
- Add Newton-Raphson method page
- Add Secant method page
All pull requests are welcome. Please open issues for any major changes.