photo

Saad Almalki


Last seen: etwa 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Question here Matlab basics,

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 3 Antworten | 1

3

Antworten