Skip to content

fyradur/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Analysis I

Description

This repo contains all the assignments I did for the course Numerical Analysis I during my Bachelore Program in Mathematics at Stockholm University.

Labs

Lab 2 (Nonlinear algebraic equations)

Lab 3 (Numerical Integration)

Lab 4 (Basic Gaussian Elimination)

Lab 5 (Gaussian Elimination with partial pivoting)

Lab 6 (QR method)

Lab 7 (Iterative method and Gradient descent method)

Lab 8 (Error Analysis)

Lab 9 (Interpolation and ODE basic)

Lab 10 (Runge-Kutta and multi-step method)

Lab 11 (Boundary Value Problem with shooting method and finite difference method)

Project

The project is about solving a differential equation using Euler’s method, second and fourth order Runge-Kutta aswell as a multi-step method (I choose Adam-Bashforth).