Numerical Modeling (EGR 5110)
In this graduate course, students learn how to solve engineering problems numerically using computer programs.
2.1 - Introduction to solving nonlinear algebraic equations
2.2 - Graphing method & incremental search method
2.3 - Bisection method
2.4 - Newton-Raphson method
2.5 - Secant method
2.6 - Solving one nonlinear equation using MATLAB's fzero function
2.7 - Solving a set of nonlinear equations, modified secant method
2.8 - Example, Solving sets of nonlinear equations, modified secant method
2.9 - Solving a set of nonlinear equations using MATLAB's fsolve function