CSE330 – Numerical Methods Lab 5 Solved

$ 29.99
Category:

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.

Be the first to review “CSE330 – Numerical Methods Lab 5 Solved”

Your email address will not be published. Required fields are marked *