Last active
August 9, 2016 17:36
-
-
Save GiovanniBalestrieri/d7d9df0f45214bab3af9410a8991de59 to your computer and use it in GitHub Desktop.
Import bvp solver and set the boundary conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scikits.bvp_solver | |
import numpy,math | |
# next we define bounday conditions and the final time | |
# next we define the important constants | |
X1T0 = 0 | |
X1Tf = 11 | |
X2T0 = 0 | |
X2Tf = -2 | |
TF = 10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment