Week at a glance

Overview

This week will focus on identifying a non-linear equation manipulation so it can be solved by any NLE solvers. We will then focus on binding the solution (root) using a systematic trial-and-error method (incremental search) and the solve an NLE using a simplistic interval halving method (bisection method).

This week contains 3 sub-modules topics including:

  1. Introduction
  2. Incremental Search Method
  3. Bisection Method

Expect to take XX hours to go through this week’s content, practice materials and evaluations.

Learning Objectives

At the end of this module, you will be able to:

NLE|LO|01: Identify a non-linear equation
NLE|LO|02: Bind the root
NLE|LO|03: Solve NLE with simple methods