Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jose-jaen/applied-mathematics
Mathematical algorithms for Data Analytics
https://github.com/jose-jaen/applied-mathematics
algorithms chaos-theory mathematics matlab python
Last synced: 25 days ago
JSON representation
Mathematical algorithms for Data Analytics
- Host: GitHub
- URL: https://github.com/jose-jaen/applied-mathematics
- Owner: jose-jaen
- Created: 2022-10-03T14:30:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T16:59:50.000Z (about 2 years ago)
- Last Synced: 2024-11-16T10:12:40.004Z (3 months ago)
- Topics: algorithms, chaos-theory, mathematics, matlab, python
- Language: MATLAB
- Homepage:
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applied Mathematics
Mathematical algorithms explained alongside Python and MATLAB implementations.
Part of Hong Kong University of Science and Technology's *Mathematics for Engineers* Specialization.
# Applied Mathematics cases document
- Bifurcation of Logistic Map
- Computation of Feigenbaum Delta
- Fractals from Lorenz Equations
- Zeros of Bessel Functions
- Two-body Problem
- [Paper](https://github.com/jose-jaen/Applied-Mathematics/blob/main/Applied_Mathematics.pdf)
# Numerical Methods Algorithms
- [Python Code](https://github.com/jose-jaen/Applied-Mathematics/tree/main/Python%20Code)
- [MATLAB Code](https://github.com/jose-jaen/Applied-Mathematics/tree/main/MATLAB%20Code)