diff options
Diffstat (limited to '821/CH4/EX4.26/4_26.sce')
-rwxr-xr-x | 821/CH4/EX4.26/4_26.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/821/CH4/EX4.26/4_26.sce b/821/CH4/EX4.26/4_26.sce new file mode 100755 index 000000000..c2c61ceae --- /dev/null +++ b/821/CH4/EX4.26/4_26.sce @@ -0,0 +1,8 @@ +printf('From the linear plot of the langmuir isotherm the intercept=0.35*10^-3 and slope=9.47*10^-2');
+printf('\nVolume is the inverse of summation of intercept and slope and that is 10.52cc');
+Vm=10.52;//volume in cc//
+m=Vm/22400;//No. of moles of N2//
+N=m*6.023*10^23;//No. of molecules of N2//
+TA=N*16*10^-16;//Total area in cm^2//
+A=TA/17.5;//Area per gram in cm^2//
+printf('\nArea of N2 per gram=%fcm^2',A);
|