summaryrefslogtreecommitdiff
path: root/1388/CH10/EX10.16/10_16.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1388/CH10/EX10.16/10_16.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1388/CH10/EX10.16/10_16.sce')
-rwxr-xr-x1388/CH10/EX10.16/10_16.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1388/CH10/EX10.16/10_16.sce b/1388/CH10/EX10.16/10_16.sce
new file mode 100755
index 000000000..4e5bc99af
--- /dev/null
+++ b/1388/CH10/EX10.16/10_16.sce
@@ -0,0 +1,13 @@
+ clc
+//initialisation of variables
+H= 41300
+R= 1.987 //atm lit/mol K
+T= 595 //K
+M= 128 //gm
+R1= 8.314*10^7 //atm lit/mol K
+N= 6.02*10^23 //moleccules
+k= 3.95*10^-6 //sec^-1
+//CALCULATIONS
+s= sqrt((k*10^3/(4*N))*(128/(%pi*R1*T))^0.5*%e^(H/(R*T)))
+//RESULTS
+printf (' collision diameter= %.3e cm',s)