Advertisement
High_Light

Untitled

Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import numpy as np
  2. import matplotlib.pyplot as plt
  3. import numpy as pi
  4.  
  5. from scipy.optimize import minimize
  6.  
  7.  
  8. def V(x):
  9. r,h=x
  10. v=4*pi*r*r*h
  11. return v
  12. def lims1(x):
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement