Description
Nonlinear_equations
i. Open the colab file shared in BUX. ii. Create a copy of that shared file. iii. Rename the colab filename using the format Name-ID-Lab Section
Lab Introduction
Part 1: Polynomial Root Finding Using Bisection Method
[Task 1] β 4 marks
You have to complete the code to iterate and solve for a root of the following equation, between the interval, [β0.5,1.3] : f(x)=2 + 0. 5π₯ β 6π₯2 β 2π₯3 + 2. 5π₯4 + π₯5.
You will have to remove the βraise NotImplementedError()β .
Part 2: Fixed Point Iteration
[Task 2] β 4 marks
You have to complete the code by using a couple of g(x) functions to find out which one converges faster.
You will have to remove the βraise NotImplementedError()β .
[Task 3] β 2 marks
Problem related to Interval Bisection method: Consider the following function: f(x) = π₯3 + π₯2 β 25π₯ β 25. Use interval bisection method to find the root, xβ of f(x), on the interval [β4, 3], where the error bound, Ξ΄ = 10-2.




Reviews
There are no reviews yet.