Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanjameswatson/numerically-solving-equations
A website about numerically solving equations
https://github.com/jonathanjameswatson/numerically-solving-equations
javascript latex markdown numerical-analysis numerical-methods nuxt p5js
Last synced: 3 months ago
JSON representation
A website about numerically solving equations
- Host: GitHub
- URL: https://github.com/jonathanjameswatson/numerically-solving-equations
- Owner: jonathanjameswatson
- License: mit
- Created: 2019-02-16T15:28:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T12:12:54.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T17:29:07.617Z (7 months ago)
- Topics: javascript, latex, markdown, numerical-analysis, numerical-methods, nuxt, p5js
- Language: JavaScript
- Homepage: https://jonathanjameswatson.com/numerically-solving-equations
- Size: 4.32 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerically Solving Equations
![License](https://img.shields.io/github/license/jonathanjameswatson/numerically-solving-equations)
Numerically Solving Equations is a website for explaining and visualising basic numerical methods for solving equations.
![GIF demo](demo.gif)
## Deployment
1. `git clone https://github.com/jonathanjameswatson/numerically-solving-equations.git`
2. `cd numerically-solving-equations`
3. `yarn install`
4. `yarn run generate`
5. Deploy the dist folder## Features
* Sketches using p5.js
* Spreadsheets using Google Sheets
* Mathematical typesetting using KaTeX## Pages
* Absolute and relative errors
* Rounding and chopping
* Arithmetic using approximate values
* Roots of equations and graphs
* Bisection method
* False position## Calculators
* Bisection method
* False position
* Fixed point iteration
* Newton-Raphson method
* Secant method## To do
- [ ] Add fixed point iteration page
- [ ] Add Newton-Raphson method page
- [ ] Add Secant method page## Website
[Visit the website here](https://jonathanjameswatson.github.io/numerically-solving-equations/)
## Contributing
All pull requests are welcome. Please open issues for any major changes.
## License
[MIT](https://choosealicense.com/licenses/mit/)