Statistics
2 Questions
0 Answers
RANK
223,652
of 301,213
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
what that is mean n, into Shanks acceleration
what that is mean n, into Shanks acceleration clc clear all S=@(x) (x(1:end-2).*x(3:end)-x(2:end-1).^2)... ./(x(3...
10 years ago | 1 answer | 0
1
answerQuestion
what that is mean n, into Shanks acceleration clc clear all S=@(x) (x(1:end-2).*x(3:end)-x(2:end-1).^2)... ./(x(3:end)-2*x(2:end-1)+x(1:end-2)); tic n=25; x=cumsum(-1./(1:2:2*n).*(-1).^(1:n)); x1=S(x); x2=S(x1); x3=S(x2) 4*[x(end);x1(end);x2(end);
1. What that is mean n, into Shanks acceleration. 2. How to estimate the value of n ? clc clear all S=@(x) (x(1:end-2...
10 years ago | 0 answers | 0
