Solve 2nd Order Differentials in MATLAB or Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very nice!, we are happy with this tutorial. But you have made some complications for the coding part with y and dy, also, not used the variable z defined in theory part. Hope it should be (z) used to avoid confusions, and SciPy odient uses time as t. So, you have not added that sentence.

upgraduate
Автор

But how do you do it with odeint, not another package?

DanielDuhon
Автор

Hi, I am a noob to python, and I dont really get how did you set up the differential equation. what is xdot and the empty array for? Thanks

prgfknj
Автор

when I try to plot it using the first plotting line, it says "arrays used as indices must be of integer (or boolean) type" I was wondering why is that?

shreejankhanal
Автор

Any tutorial on linear difference equations?
U(t+1) = a + b*U(t)
U0=6, a=3, b=0.5
Find U1 to U6 on matlab 2020

naeembakht
Автор

Hi. Have you solved differential equations through neural networks? Please let me know.

MISTERMACH
Автор

Hi. Congratulations on the job well done!


Assuming you have the following ODE: y''(t) = sqrt(1 + y'(t)), but your "initial" conditions are y(t = 0) = 0 and y'(t = 10) = 0.


How could this be solved in Python?

thiagomatos
Автор

when i do x[0] it says float not iterable need help please, thanks!

elladakasarjyan
Автор

hi..what are the two different curves for and why
are they starting form different points ???

RedDetuning
Автор

Can’t this be done with RK4 method? Can somebody help me in implementing this method for the duffing oscillator?

collectkaisen
Автор

What if I have a 3rd Order Differential ?

arslan
Автор

How to solve two coupled differential equations simultaneously

seerat_bhat
Автор

so what is z1(first derivative) in python?

sakurastv