Kjablonska / Numerical-Methods

Numerical methods algorithms developed in MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Methods

Introduction

This is a collection of three projects creeated for ENUME course at Warsaw University of Technology. All projects are written in MATLAB. Each project is stored on a separate branch with respective READMEs containing descriptions.

Projects list

  • Machine epsilon
  • Solving system of n linear equations Ax = b using Gaussian elimination method with pivoting
  • Gauss-Seidel and Jacobi iterative algorithms
  • QR factorization for finding eigenvalues.
  • The false position method – regula falsi & The Newton’s method – tangent method
  • Muller’s method
  • Laguerre’s method
  • Least-squares approximation
  • Runge-Kutta (RK) methods & Adams PC method (P5EC5E)