How to solve a second order ordinary differential equation using Runge -kutta 4th order method in c -language subjected boundary conditions?
Question to solve: Y''+aY'+bY+c(x)=0 Boundary conditions: x=0,Y=Y1 and x=L,Y=Y2
add a comment