An open API service indexing awesome lists of open source software.

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.

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.