photo

Ramdit P


Last seen: 6 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
169,760
of 301,454

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,287

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,632

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Explorer
  • Thankful Level 1

查看徽章

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 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

1

个回答