I am trying to use R to solve the differential equation:
x'' + 5x = 0
x(0) = 0
x(1) = 2
I am using the package deSolve, but just cannot seem to get a grasp on how to set up a system.
I am trying to use R to solve the differential equation:
x'' + 5x = 0
x(0) = 0
x(1) = 2
I am using the package deSolve, but just cannot seem to get a grasp on how to set up a system.