METU-NCC Math

    Math 210 Applied Mathematics for Engineers (Spring 2022)

This page is for archival purposes only!
Students should use ODTU-Class

Selçuk Bayın
Benjamin Walter
  • ref.m Matlab function.
    ref(A) uses Gaussian reduction with partial pivoting to put A in row echelon form.
  • mydet.m Matlab function.
    mydet(A) recursively expands across the first row to calculate det(A).
  • LU-lecture1.m Matlab script.
    Introduces students to computation of LU decompositions
  • LU-lecture2.m Matlab script.
    Introduces students to uses of LU decompositions
  • GS-lecture.m Matlab script.
    Introduces students to Gauss-Seidel iterative method for solving Ax=b (with some comments at the end).
  • Iteration-functions.m Matlab script.
    Introduces iterative methods for finding solutions to equations.
  • Integration.m Matlab script.
    Numerical methods for approximate integration: Single and double integrals.

Matlab Information