https://github.com/mauriciovazquezm/numericalmethodscourseassignments
Numerical Methods course assignments.
https://github.com/mauriciovazquezm/numericalmethodscourseassignments
eigenvalues error-analysis fourier-transform nonlinear-equations numerical-methods
Last synced: 8 months ago
JSON representation
Numerical Methods course assignments.
- Host: GitHub
- URL: https://github.com/mauriciovazquezm/numericalmethodscourseassignments
- Owner: MauricioVazquezM
- License: gpl-3.0
- Created: 2023-09-10T22:37:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T18:11:38.000Z (over 2 years ago)
- Last Synced: 2025-03-02T13:14:54.583Z (over 1 year ago)
- Topics: eigenvalues, error-analysis, fourier-transform, nonlinear-equations, numerical-methods
- Language: MATLAB
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical_Methods_course_assignments
## Repository Content
- [Assignment 1](ASSIGNMENT_1)
- [Codes](ASSIGNMENT_1/Codes)
- [Assignment 2](ASSIGNMENT_2)
- [Codes](ASSIGNMENT_2/Codes)
- [Assignment 3](ASSIGNMENT_3)
- [Codes](ASSIGNMENT_3/Codes)
- [Assignment 4](ASSIGNMENT_4)
- [Codes](ASSIGNMENT_4/Codes)
- [Assignment 5](ASSIGNMENT_5)
- [Codes](ASSIGNMENT_5/Codes)
## Course objective
"Numerical methods are used frequently in all areas of science, such as fluid dynamics, meteorology and financial risk management. Moreover, techniques from numerical analysis play an important role in mathematical research on differential equations, stochastics, optimization, etcetera. We focus on the main numerical methods from modern-day analysis and scientific computing."
-Shane Kepley, Numerical Methods course professor at Vrije Universiteit, Amsterdam.
## Course Syllabus
- The list of subjects includes:
- error analysis
- systems of nonlinear equations
- eigenvalue problems
- least square methods
- fast Fourier transform
- ordinary (and partial) differential equations.
- Applications includes:
- phone number recognition
- Google/Page rank algorithm
- data analysis
- curve following
- planet motions
## Bibliography
- Lecture Notes.
- "Scientific Computing with MATLAB" by Quarteroni and Saleri, ISBN 978-3-642-59339-0.
- "An Introduction to Numerical Analysis" by Süli and Mayers, Cambridge University Press, ISBN: 9780511801181.