Question: HOW CAN I DO THIS PROBLEM?

[*********************************************************************************]
[* DO NOT EDIT PROBLEMS TO REMOVE THE ORIGINAL QUESTION! -Carl Love as moderator *]
[*********************************************************************************]
% use Euler formula to compute function y for i = 1:N if i ==1 legend('numerical y','exact y','numerical g','exact g') function g = f2g(a,b) % f(x) = x g = (b-a)/6*(a + 4*(a+b)/2 + b);
Please Wait...