Guest User

Untitled

a guest
Apr 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. (%i10) f: 3/T + sum((1/T^2 - exp(-theta(k)/(2*T))/(1 - exp(-theta(k)/(2*T))))*theta(k)/2, k, 1, 3*n-6);
  2. theta(k)
  3. 3 n - 6 - --------
  4. ==== 2 T
  5. \ 1 %e
  6. > theta(k) (-- - ----------------)
  7. / 2 theta(k)
  8. ==== T - --------
  9. k = 1 2 T
  10. 1 - %e 3
  11. (%o10) ---------------------------------------- + -
  12. 2 T
  13. (%i11) diff(f, T);
  14. (%o11)
  15. theta(k) theta(k)
  16. 3 n - 6 - -------- - --------
  17. ==== 2 T T
  18. \ theta(k) %e theta(k) %e 2
  19. > theta(k) (- ----------------------- - ------------------------ - --)
  20. / theta(k) theta(k) 3
  21. ==== - -------- - -------- T
  22. k = 1 2 2 T 2 2 T 2
  23. 2 T (1 - %e ) 2 T (1 - %e )
  24. ----------------------------------------------------------------------------
  25. 2
  26. 3
  27. - --
  28. 2
  29. T
  30. (%i12)
Add Comment
Please, Sign In to add comment