Q4: Plot Maxwell distribution function with energy at different temperature.
AIM OF THE EXPERIMENT:
To plot Maxwell distribution function with energy at different temperature.
REQUISITES: Contact for online Classes: quantaphysics3@gmail.com
A PC/laptop.
Scilab 6.0.0 must be installed.
CODING:
clc; clear; k = 8.6170e-5; TC = 0:25:300; T = TC+273; kT = k*T; c = 2*%pi./(%pi*kT).^1.5; Eo = 0; Ef = 0.5; NE = 251; E = linspace(Eo,Ef,NE); NT = max(size(T)); F = zeros(NE,NT); for n = 1:NT F(:,n) = c(n)*sqrt(E).*exp(-E/kT(n)); end plot(E,F(:,1:3:NT)) title('Maxwellian Distribution for Different Temperatures','fontsize',4) xlabel('Energy (eV)','fontsize',3); ylabel('Probability per Unit Energy, f(E)','fontsize',3); legend('T=298','T=323','T=348','T=373','T=398')
OUTPUT:
Contact for all Doubts & Online Classes (+2 & +3) : quantaphysics3@gmail.com
Read Spiritual Article & Manage Your Time & act likeTimeless
Model syllabus (+3): Downoad
List of all practicals(+3): Download
Get all Books: Download
- How to Prepare for IIT-JAM ⇠ ⇠ Click Here
- How to prepare for JEST ⇠ ⇠ Click Here
Very glad to see a nice physics blog based on Indian syllabus. Keep going.
ReplyDeletePost a Comment