Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GiovanniBalestrieri/8995ed5cb8e232ec5d17ee6837210f45 to your computer and use it in GitHub Desktop.
Save GiovanniBalestrieri/8995ed5cb8e232ec5d17ee6837210f45 to your computer and use it in GitHub Desktop.
Call the solve function to solve the two point boundary value problem
solution = scikits.bvp_solver.solve(problem,
solution_guess = ((X1T0 + X1Tf)/2.0,
(X2T0 + X2Tf)/2.0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment