Feeds
질문
need richardson extrapolation pseudocode
hello can anyone show me the pseudocode for richardson extrapolation. please help
5년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 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?
5년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 1 | 0


