Applied Numerical Analysis with MATLAB cos(2x)-1 Show that lim = 4. x0 cos(x)-1 of Do this by first creating a vector x
Posted: Sun May 15, 2022 11:15 pm
Applied Numerical Analysis with MATLAB cos(2x)-1 Show that lim = 4. x0 cos(x)-1 of Do this by first creating a vector x that has the elements 1.0, 0.5, 0.1, 0.01, 0.001, and 0.0001. Then, cos(2x)-1 create a new vector y in which each element is determined from the elements of x by cos(x)-1 Compare the elements of y with the value 4 (use format long to display the numbers).