photo

Saad Almalki


Last seen: circa 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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?

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Question here Matlab basics,

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 3 risposte | 1

3

risposte