統計
MATLAB Answers
6 質問
0 回答
ランク
of 174,744
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 have an iteration table for a maclaurin series, can anyone tell me what's the coding to make a table like this?
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


