Computational Methods for Engineers - Modeling, Algorithms and Analysis .m files


Shown below are the .m files presented in text in Computational Methods for Engineers - Modeling, Algorithms and Analysis by Mmbaga, Nandakumar, Hayes & Flynn, published by Alpha Education Press.

Chapter 1 -- Introduction
  • mnhf_cct.m
  • mnhf_cct_script.m

    Chapter 2 -- Single nonlinear algebraic equations
  • poly1.m
  • mnhf_bisect.m
  • mnhf_regula_falsi.m
  • mnhf_newton.m
  • mnhf_secant.m
  • mnhf_muller.m
  • mnhf_fpi.m
  • mnhf_deflation_example.m

    Chapter 3 -- Systems of linear algebraic equations
  • mnhf_determinant.m
  • mnhf_cramer.m
  • mnhf_adjoint.m
  • mnhf_inverse.m
  • mnhf_invu.m
  • mnhf_naiveGauss.m
  • mnhf_thomas.m
  • mnhf_lu.m
  • mnhf_Jacobi.m
  • mnhf_GaussSeidel.m

    Chapter 4 -- Systems of nonlinear algebraic equations
  • mnhf_newton_system.m
  • cstrF.m
  • cstrJ.m

    Chapter 5 -- Functional approximations
  • mnhf_erf_approx.m
  • mnhf_normal_shock.m
  • mnhf_lagrangeP.m
  • mnhf_exchange_rate.m
  • mnhf_trapz_example.m
  • mnhf_trapz_simpson_example.m

    Chapter 6 -- Ordinary differential equations (initial value problems)
  • mnhf_modeuler.m
  • mnhf_stiff1.m
  • mnhf_rk4_euler.m
  • mnhf_crucible.m
  • mnhf_vdp.m
  • mnhf_ab3example.m

    Chapter 7 -- Ordinary differential equations (boundary value problems)
  • mnhf_fin1.m
  • mnhf_fin2.m
  • mnhf_fin3.m
  • mnhf_channel1.m
  • mnhf_channel2.m
  • mnhf_blasius.m
  • mnhf_softball.m
  • softball_function.m

    Chapter 8 -- Partial differential equations
    No .m files associated with this chapter.


    Algorithms written by Mmbaga, Nandakumar, Hayes and Flynn. Programs are provided for academic purposes and come without warranty.