photo

E


Last seen: plus d'un an il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
139 479
of 301 175

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 185

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 200

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

Afficher par

Question


I have 4 step Adams - Bashforth method code. It works. But the results are bad. And plot function gives an error
f = @(t, y) cos(2*t + y) + (3/2)*(t - y); y0 = 1; a = 0; b = 1; N0 = 10; p = 4; % 4-step Adams-Bashforth j = 1; for k = 0...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


I have symmetric Euler method. Error ratio with Runge - Kuta rule should be approximately 4. But I get 2. The order is p=2.
Symmetric_Euler_Method() function results_table = Symmetric_Euler_Method() y0 = newton(@(y) y - 1, 1, 1e-6); x0 = 0; xN = ...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Change BDF 2 step method into BDF 4 step method
%% 2step BDF method f =@(t, y) cos(2*t + y) + (3/2)*(t - y); y0= 1; a = 0; b = 1; N0= 10; p =...

environ 2 ans il y a | 1 réponse | 0

1

réponse