what that is mean n, into Shanks acceleration
Mostrar comentarios más antiguos
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);x3(end)]
toc
Please I need you're help please!!!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!