photo

Ramdit P


Last seen: 6年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
169,905
of 301,481

評判
0

コントリビューション
6 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,298

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,744

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答