Question: Using MATLAB codes and show the outputs p(x)= 3x 30 -x 24 +2x 12 -7x 6 +5 Write a script m-file that calls the function
Using MATLAB codes and show the outputs
p(x)= 3x30 -x24 +2x12 -7x6 +5
Write a script m-file that calls the function nest() to evaluate P(-2), where P(x) is defined in Problem 1 of the Theoretical Problems. You do not have to pass the 4^th argument to the function (the base points) - just the first 3 arguments. Run your script and give the output. The function nest() is provided in the MATLAB Code folder in your eLearning course Math 4334.701 - FL17 or CS 4334.701 - FL17. Note that using nest() may require a different number of flops from your result in Problem 1, but use as few flops as possible when applying nest()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
