Question: Make it in python Add another module to your package that you created in Lab 3 and upload it to test.org. Name your new module
Make it in python

Add another module to your package that you created in Lab 3 and upload it to test.org. Name your new module "root" and add to it 4 functions: 1. First function should use bisection method to numerically calculate the root of an equation with single variable. 2. Second function should uses false position method to calculate the root of an equation with single variable. 3. Third function should uses Newton-Raphson method to calculate the root of an equation with single variable. 4. Fourth function should uses secant method to calculate the root of an equation with single variable 5. Test your functions by evaluating (3sin(x)+9)(x2cos(x))=0. and then plot the equation to check your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
