| python Programming Glossary: yl4ode integration in python versus mathematica results http://stackoverflow.com/questions/16222302/ode-integration-in-python-versus-mathematica-results  pick yourself   xl4 r12 2 4671 # x location of L4   yl4 np.sqrt 3 2 r12 # y    print The location of L4 is xl4 yl4 #.. yl4 np.sqrt 3 2 r12 # y    print The location of L4 is xl4 yl4 # Solve for Jacobi's constant    def f C return omega 2 xl4.. for Jacobi's constant    def f C return omega 2 xl4 2 yl4 2 2 mue r12 2 mum r12 2 C c brentq f 5 0 print Jacobi's constant.. 
 |