Advertisement
UF6

PHY 531 Homework 3 Problem 3, Part G

UF6
Mar 24th, 2021
1,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.26 KB | None | 0 0
  1. clc;
  2. k = 1.38064852e-23;
  3. T =linspace(0,1e10,1000);
  4. xiH = 13.6*1.6e-19;
  5. factor =(1+(2/3)*(1/9)*((3/2)+((xiH)./(k*T))).^2);
  6. %r=log10(T,factor);
  7. plot(T,factor)
  8. hold on;
  9. grid on;
  10. xlabel('Temperature(K)')
  11. ylabel('Factor In Specific Heat')
  12. title('Problem 3,Part g')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement