Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. (%i8) f: 3/T + sum((1/T^2 - exp(-theta(k)/(2*T)))*theta(k)/2, k, 1, 3*n-6);
  2. 3 n - 6 theta(k)
  3. ==== - --------
  4. \ 1 2 T
  5. > theta(k) (-- - %e )
  6. / 2
  7. ==== T
  8. k = 1 3
  9. (%o8) ------------------------------------ + -
  10. 2 T
  11. (%i9) diff(f, T);
  12. theta(k)
  13. 3 n - 6 - --------
  14. ==== 2 T
  15. \ theta(k) %e 2
  16. > theta(k) (- --------------------- - --)
  17. / 2 3
  18. ==== 2 T T
  19. k = 1 3
  20. (%o9) ----------------------------------------------- - --
  21. 2 2
  22. T
Add Comment
Please, Sign In to add comment