Concept explainers
To write:
A MATLAB code to find the two solutions of the equation
Answer to Problem 1P
Solution:
The two solutions of the equation
Explanation of Solution
The given equation is,
The value of
Solve the above equation to get the output,
Write the MATLAB code to find the two solutions of the equation
MATLAB Code:
F = @(x)x^(3) - exp(0.8*x)-20;
fplot(F,[0 8])
fzero(F,0)
fzero(F,8)
Save the MATLAB script with name, Chapter9_56830_9_1P.m in the current folder. Execute the script by typing the script name at the command window to get the code to find the two solutions of the equation
Result:
Conclusion:
Therefore, the two solutions of the equation
Want to see more full solutions like this?
Chapter 9 Solutions
MATLAB: An Introduction with Applications
- MATLAB: An Introduction with ApplicationsStatisticsISBN:9781119256830Author:Amos GilatPublisher:John Wiley & Sons IncProbability and Statistics for Engineering and th...StatisticsISBN:9781305251809Author:Jay L. DevorePublisher:Cengage LearningStatistics for The Behavioral Sciences (MindTap C...StatisticsISBN:9781305504912Author:Frederick J Gravetter, Larry B. WallnauPublisher:Cengage Learning
- Elementary Statistics: Picturing the World (7th E...StatisticsISBN:9780134683416Author:Ron Larson, Betsy FarberPublisher:PEARSONThe Basic Practice of StatisticsStatisticsISBN:9781319042578Author:David S. Moore, William I. Notz, Michael A. FlignerPublisher:W. H. FreemanIntroduction to the Practice of StatisticsStatisticsISBN:9781319013387Author:David S. Moore, George P. McCabe, Bruce A. CraigPublisher:W. H. Freeman