Skip to content

Kjablonska/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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)