Statistiques
7 Questions
0 Réponses
RANG
33 003
of 300 379
RÉPUTATION
1
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
1
RANG
of 20 931
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 299
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
In what I missed
function [ val, ea, iter] = IterMeth(x , es, maxit) %%initialization iter=12; val = exp(1); xr = [ ]; ea =100; %iterative ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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?
presque 5 ans il y a | 1 réponse | 0
1
réponse1
réponseQuestion
HOW to write cos^2(t) in matlap
HOW to write cos^2(t) in matlap
plus de 5 ans il y a | 1 réponse | 1

