photo

Saad Almalki


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I modified the code more than once and every time there was an error, can someone tell me where the problem is and how to solve it?
function out = Crank_Niclson( D, u) beta=0.5; % where D = alpha * dt / dx^2 A=zeros(length(u),length(u)); B=u; B(2:end-1)=B...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


In what I missed
function [ val, ea, iter] = IterMeth(x , es, maxit) %%initialization iter=12; val = exp(1); xr = [ ]; ea =100; %iterative ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


I have a problem with (IterMeth )
function [ val, ea, iter] = IterMeth(x , es, maxit) %initialization iter=1; val = 1; sol = val; ea =100; %iterative calcul...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


Hi I need help here with writing the "Error Estimates iterative methods" code.
Can you give me an example for "Error Estimates iterative Methods" code, or show me how I can get it?

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Question here Matlab basics,

4年弱 前 | 1 件の回答 | 0

1

回答

質問


how to write this
how to write 9 * u(t-2) in matlab

4年以上 前 | 1 件の回答 | 0

1

回答

質問


HOW to write cos^2(t) in matlap
HOW to write cos^2(t) in matlap

4年以上 前 | 1 件の回答 | 1

1

回答