https://github.com/romneyda/numerical-methods-matlab
A collection of numerical methods algorithmic exercises in MATLAB, adapted from coursework
https://github.com/romneyda/numerical-methods-matlab
Last synced: 3 months ago
JSON representation
A collection of numerical methods algorithmic exercises in MATLAB, adapted from coursework
- Host: GitHub
- URL: https://github.com/romneyda/numerical-methods-matlab
- Owner: RomneyDa
- Created: 2020-07-03T06:51:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T05:40:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T07:31:47.253Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numerical-methods-MATLAB
A collection of numerical methods algorithmic exercises in MATLAB, adapted from coursework.
The XX_Handout.pdf explains the problems and occasionally some background theory.
The XX_Code.m file contains any code used to solve the problems.
The XX_Memo.pdf summarizes/visualizes the results and answers to the questions.