photo

Edoardo Bertolotti


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
2 Réponses

RANG
80 304
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

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

  • Thankful Level 2
  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Solving differential equation with Runge Kutta 4th order
Ok, thanks to both, the code is working now, but still, like the main problem, it shows the same results: Euler is similar to O...

plus de 3 ans il y a | 0

Question


buondary condition derivative equal zero PDE
Hello, I am trying to solve a P.D.E. problem with explicit and implicit method (finite difference methods) So I am building a g...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Solving differential equation with Runge Kutta 4th order
I've tried to write this code but it seems to give different values than ODE 45. The equation is the following: Does it make s...

plus de 3 ans il y a | 3 réponses | 0

3

réponses

Question


Does not plot all the points
So I am trying to plot a lot of data (5779x5779), but looks like the graph only takes few points. Does someone knows why is this...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Simpson's Rule
I am not sure about the version with I(i)= (h/3)* [...] but if you use I(i)= (h/6) [...] x=linspace(a,b,N+1); for i = 1:N ...

presque 5 ans il y a | 0