|
Subtitles have been automatically added to this video, we are editing these so they correctly reflect the lecture. Click "cc" to turn subtitles off. Evelyn Buckwar (Johannes Kepler…
Publisher
Liam Holligan Licence Type
All rights reserved Language
English Date Created
December 16th, 2020
|
|
We look at how to break a second order ode into two couple first order ODEs so that these can be integrated using scipy's solve_ivp function.
Course Code
EASC09054 Licence Type
Creative Commons - Attribution
|
|
How to the SciPy solve_ivp function to integrate first oder ODEs in Python. The 'ivp' stands for Initial Value Problem which means it can be used to solve problems where we know all the…
Course Code
EASC09054 Publisher
Mark Naylor Licence Type
Creative Commons - Attribution Language
english Date Created
April 15th, 2020
|
|
Evaluate the stability of the third order ODE given by: x''' + 2x'' + 4x' + 8x = t exp(2t) with x(0)=x'(0) = 0 and x''(0)=1
Course Code
SCEE08009 Publisher
Daniel Friedrich Licence Type
Creative Commons - Attribution Language
English Date Created
November 6th, 2019
|
|
Solve a third order ODE with the Laplace transform method. The initial value problem is given by: x''' + 2x'' + 4x' + 8x = t exp(2t) with x(0)=x'(0) = 0 and…
Course Code
SCEE08009 Publisher
Daniel Friedrich Licence Type
Creative Commons - Attribution Language
English Date Created
November 6th, 2019
|