Feeds
답변 있음
I have a project on rounding errors and truncation error
x=1.2; %value at which error has to be determined f=@(x) exp(x); %defining the function true_derivative=exp(x);%exact derivati...
I have a project on rounding errors and truncation error
x=1.2; %value at which error has to be determined f=@(x) exp(x); %defining the function true_derivative=exp(x);%exact derivati...
7년 초과 전 | 0

