Skip to content

Instantly share code, notes, and snippets.

View natolambert's full-sized avatar
🎯
Focusing

Nathan Lambert natolambert

🎯
Focusing
View GitHub Profile
@natolambert
natolambert / jump.py
Created March 12, 2020 15:28
Optimization Problem
def jumper(parameters):
rho = 2300
E = 170e9
T = 550e-6
lamb = 13.75
w = parameters["w"]
x_max = 5e-3
N = parameters["N"]
L = parameters["L"]