This video demonstrates how to solve a second order differential equation using python. The library used is odeint, which is available in scipy.integrate. This solve the equation numerically.
Another way of solving a second order differential equation is using Sympy. This method gives analytical solution. The advantage is that you get the form of the solution. This allows us to know the function. This is of great values in science and mathematics. The video for this is given below.
• Solving a Second Order Differential Equati...