photo

Edoardo Bertolotti


Last seen: alrededor de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

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

más de 2 años hace | 0

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace | 0