Question: How to write the script for the algorithm shown using matlab (Mathworks) The following algorithm can be used to find the cube root of a
The following algorithm can be used to find the cube root of a number: Estimator = 1/3(2 + Estimate + Number/Estimate^3) Error = abs(Number - Estimate^3) (a) Write a script that will find the cube root of a number using the algorithm shown above with the following specifications: Use input statements to prompt the user for the number he/she would like to find the cube root of and for an initial estimate of the cube root. Iterate through the algorithm until the Error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
