https://github.com/smile040501/computationalmethodsandapplications
My python implementation of different Computational Methods and Applications.
https://github.com/smile040501/computationalmethodsandapplications
computational-applications computational-methods finding-zeros interpolation-methods least-squares-approximation linear-systems monte-carlo-methods networks numerical-differentiation numerical-integration numerical-methods ordinary-differential-equations partial-differential-equations percolation random-graphs
Last synced: about 2 months ago
JSON representation
My python implementation of different Computational Methods and Applications.
- Host: GitHub
- URL: https://github.com/smile040501/computationalmethodsandapplications
- Owner: Smile040501
- License: mit
- Created: 2022-01-20T06:20:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T16:05:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T10:35:25.794Z (3 months ago)
- Topics: computational-applications, computational-methods, finding-zeros, interpolation-methods, least-squares-approximation, linear-systems, monte-carlo-methods, networks, numerical-differentiation, numerical-integration, numerical-methods, ordinary-differential-equations, partial-differential-equations, percolation, random-graphs
- Language: Python
- Homepage:
- Size: 33.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computational Methods and Applications Laboratory
My python implementation of the following Computational Methods and Applications:
- [Monte Carlo Methods](Coding_Assignment_1/)
- [Networks, Random Graphs and Percolation](Coding_Assignment_2/)
- [Linear System and Interpolation](Coding_Assignment_3/)
- [Numerical Differentiation and Integration](Coding_Assignment_4/)
- [Least-Square Function Approximations](Coding_Assignment_5/)
- [Ordinary Differential Equations](Coding_Assignment_6/)
- [Partial Differential Equations and Finding Zeros](Coding_Assignment_7/)## License
[MIT](LICENSE)
## Author
**Mayank Singla**
- [**GitHub**](https://github.com/Smile040501)
- [**LinkedIn**](https://www.linkedin.com/in/mayank-singla-001pt)