Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <math.h>
  2.  
  3.  
  4. int main () {
  5. float l,q,G,
  6. I=0.36
  7. q=9.81
  8. G=35.68
  9. 
  10. z=G/q+0.1
  11. L=10/sqrt(0.5*z+sqrt(0.25z+0.2*I* pow (2)/q))
  12. L=
  13. Z=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement