blob: 8a529803bb312922f51dbe3c2e0c43ac387edaa2 (
plain)
1
2
3
4
5
6
7
8
9
|
clear
clc
disp('Exa-10.1'); //Theoretical Question
//**Install and use maxim tool for symbolic integration. remove the '//'(comment markings) below and run the program.
//Vm=integrate('(v^3)*(e^(-b*v^2))','x',0,%infi);
//rest of the results follow from above
printf('The average speed is found out to be (8*k*T/m)^1/2)\n');
printf('The RMS speed is (3*k*T/m)^1/2\n');
printf('The Most probable speed is found out to be (2*k*T/m)^1/2 \n where all the symbols used are conventional constants.');
|