Created
August 9, 2016 18:33
-
-
Save GiovanniBalestrieri/46d50cb31c4bfc795ea0ad3b56212978 to your computer and use it in GitHub Desktop.
Curve of the smallest length + weight on the altitude
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
| arg1 = 0.00001 | |
| arg2 = 1 | |
| def function(a , T): | |
| return numpy.array([T[1] , # evaluate dT1/dA | |
| T[0]*arg1 - (T[1]/math.sqrt(1+T[1]**2))*arg2]) # evaluate dT2/dA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment