https://github.com/daniel-furman/computational-mathematics
A collection of MATLAB scripts from undergraduate math classes. Focus on numerical methods and computational linear algebra.
https://github.com/daniel-furman/computational-mathematics
linear-systems numerical-methods ordinary-differential-equations
Last synced: 3 months ago
JSON representation
A collection of MATLAB scripts from undergraduate math classes. Focus on numerical methods and computational linear algebra.
- Host: GitHub
- URL: https://github.com/daniel-furman/computational-mathematics
- Owner: daniel-furman
- License: mit
- Created: 2020-08-27T14:47:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T19:45:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T19:24:31.096Z (4 months ago)
- Topics: linear-systems, numerical-methods, ordinary-differential-equations
- Language: MATLAB
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Numerical methods in errors and floating-point numbers, solutions of equations, polynomial interpolation, calculus, approximation of functions, solutions of differential equations, solving linear systems equations, vector spaces, orthogonality and the Gram–Schmidt algorithm, determinants, eigenvalues and eigenvectors, and linear transforms, as well as run time analysis across these topics.