Feeds
提问
need richardson extrapolation pseudocode
hello can anyone show me the pseudocode for richardson extrapolation. please help
6 years 前 | 1 个回答 | 0
1
个回答提问
hello can anyone tell me how to convert this coding into a table form?
this is my coding: % INFINITE SERIES syms n term = (((-1)^(i-1))*((i^2)+1))/2^i; y = vpa(symsum(term, n, 1, inf)); if isinf...
6 years 前 | 0 个回答 | 0
0
个回答提问
hello i have a python code, is it possible to run it on matlab and if so, how?? thanks in advance
from prettytable import PrettyTable # Deklarasi variable prettytable table = PrettyTable() # Deklarasi kolom tabel table...
6 years 前 | 0 个回答 | 0
0
个回答提问
hello can anyone help me with an infinite series problem? i've tried it but i'm kinda stuck
function T = sum(n = 1 to infty)((-1)^{n-1}(n^2+1))/(2^n) x=input('enter the x value: '); epsilon_s=(0.5*10^(2-n)); epsilo...
6 years 前 | 1 个回答 | 0
1
个回答提问
hello i have an iteration table for a maclaurin series, can anyone tell me what's the coding to make a table like this?
6 years 前 | 1 个回答 | 0
1
个回答提问
hello, i want to know how to convert a maclaurin series into a table. can anyone help??
function Maclaurin h={'terms' 'result' 'epsilon_t' 'epsilon_a'}; n=5; x=input('enter the x value: '); epsilon_s=(0.5*10^(2-n...
6 years 前 | 1 个回答 | 0


