Feeds
提问
Trapezoidal Rule Approximation of Integral and Function Use
function [integral,difference,ratio]=Trapezoidal(a,b,n0,index_f) integral = zeros(9,1); difference = zeros(9,1); ...
13 years 前 | 1 个回答 | 0
1
个回答提问
What does the code: v = poly(1:n); accomplish?
I am attempting to create a program which will determine the effect of perturbations on root-finding methods. I have a particula...
13 years 前 | 1 个回答 | 0
1
个回答提问
How do I plot multiple function forms on the same graph using vectors?
I am creating a program to solve for roots of functions using Newton's Method. I keep getting the error "Error using * Inner ...
13 years 前 | 1 个回答 | 0
