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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
