Question #1.
The lateral surface area, S, of a cone is given by: ? =?*SQRT(?^2 + ℎ^2) , where r is the radius of the base and h is theheight. Determine the radius of a cone that has a surface area of1200 m2 and a height of 20 m. Solve by using the bisectioniteration method. Start with rl = 15 m, ru = 16 m andcalculate the first four(4) iterations.
Question #2.
Determine the fourth (4) root of 200 by finding the numericalsolution of the equation x4 - 200 = 0. Use False positionmethod. Start with xl = 3, xu = 4 and carry out the firstfour(4) iterations.
I need a script using Matlab, Thank You.