Write a MATLAB program not using built-in functions that finds the root of the polynomial in the interval [2,3] by the following methods. Bisection Regula Falsi Modified Regula Falsi, Newton
COSC 4364 Numerical Methods Assignment 3 Brief 2025 Instructions: The working code needs to be submitted together with clear instructions on how to run the code (if necessary) to receive credit. The code must contain comments briefly describing the steps you implement. Write the scripts by hardcoding the inputs according to the problem. DO NOT…