photo

Dhrumil Patadia


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


What is wrong with my code? I have to find value of x(20 sec), y(20 sec) & z(20 sec). The correct answers are: x(20) = 0.704, y(20) = 0.665, z(20) = 0.246.
function a=ques() D1=@(t,x,y,z) z-y/2; % dx/dt D2=@(t,x,y,z) x/2-z/sqrt(2); %dy/dt D3=@(t,x,y,z) y/sqrt(2)-x/2; %dz/dt h=0.0...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


4th order runge kutta for spring mass sytem
What is wrong with the code: (Also, I am a beginner, so any suggestions for where can i learn matlab for solving odes and pdes w...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta