Guest User

Untitled

a guest
Jan 13th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. r0 = L;
  2. Nu = 50;
  3. l = 4;
  4. phi = Pi L^2/(l r0 Nu Sin[t]);
  5. X1 = r0 Sin[phi/2];
  6. X0 = -r0 Sin[phi/2];
  7. Y0 = r0 Cos[phi/2];
  8. Y1 = Y0;
  9. X = (Tan[phi/2 + t] X1 + Tan[phi/2] X0 + Y1 -
  10. Y0) (Tan[phi/2 + t] + Tan[phi/2])^(-1);
  11. NDSolve[X0 + l Cos[phi/2 - t]/2 - X == 0, t[L], {L, 30, 70}]
Add Comment
Please, Sign In to add comment