Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write with MATLAB 15 554 non lus) . tan bro M Textbook x ENGR . Google Drive ENGR . Google Drive e Chegg Study! Guided
Write with MATLAB
15 554 non lus) . tan bro M Textbook x ENGR . Google Drive ENGR . Google Drive e Chegg Study! Guided s x ENGR1671-ch6.4-67-C x C Secure https://drive.g 30. One numerical method for calculating the cubic root of a number, VP is in itera- tions. The process starts by choosing a value x, as a first estimate of the solution. Using this value, a second, more accurate value x2 can be calculated with x,-(P/x? 2x1)/3 , which is then used for calculating a third, still more accu- rate value x3, and so on. The general equation for calculating the value of x,+1 from the value of x, is x,-i - (P/x? + 2x)/3 . Write a MATLAB program that alculates the cubic root of a number. In the program use x1 P for the first esti- mate of the solution. Then, by using the general equation in a loop, calculate new, more accurate values. Stop the looping when the estimated relative error E defined by E-|xi + 1-Xi! s smaller than 0.00001. Use the program to calculate: (a) /100 (b) 53701 (c) 3/19.3;5 11:10 AMStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started