Example project where I compute miscellaneous problems of applied math.
The scripts are about:
-
bisection-method.mjs: Computes the root of a polynomial according to the bisection method. Basic implementation I made in 2016 to run the algorithm. See also: Example Project: Secant Method.
-
eratosthenes-sieve.mjs: Computes prime numbers by using the eratosthenes sieve algorithm. Basic implementation I made in 2016 to run the algorithm.
Run index.html into a web server to check the results. For example, http-server .\src\
.
Run the tests with npm run test
.
This project: GitHub Repository
Tobias Briones: GitHub
Example Project: App
Example Project: Miscellaneous computations in JS
Example project where I compute miscellaneous problems of applied math.
Copyright © 2019-2020 Tobias Briones. All rights reserved.
This project is licensed under the MIT License.