Learn the basics to solving nonlinear equations in MATLAB® . Apply root-finding methods to solve nonlinear equations across fields of engineering, physics, and biology.
Familiarize yourself with root finding concepts and the course.
Define a root of a function and root finding problems.
Explore the bisection method, a simple and robust root finding algorithm.
fzero
FunctionUse the MATLAB function fzero
to find roots.
fsolve
FunctionUse the MATLAB function fsolve
to solve systems of nonlinear equations.
Give feedback on the course.
Get started quickly with the basics of MATLAB.
Use MATLAB ODE solvers to numerically solve ordinary differential equations.
Get started quickly with an introduction to symbolic math.
Get started quickly with the basics of MATLAB.