summaryrefslogtreecommitdiff
path: root/3856/CH3/EX3.2
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3856/CH3/EX3.2
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '3856/CH3/EX3.2')
-rw-r--r--3856/CH3/EX3.2/Ex3_2.sce3
1 files changed, 2 insertions, 1 deletions
diff --git a/3856/CH3/EX3.2/Ex3_2.sce b/3856/CH3/EX3.2/Ex3_2.sce
index 9b2c6f939..95c5b641b 100644
--- a/3856/CH3/EX3.2/Ex3_2.sce
+++ b/3856/CH3/EX3.2/Ex3_2.sce
@@ -1,3 +1,4 @@
+
//Calculate the Collision frequency Binary Collision Number and Mean free path of Nitrogen
//Example 3.2
@@ -28,5 +29,5 @@ printf("\nBinary collision number = %.1f*10^28 collisions cm^-3 s^-1",Z11*10^-28
lambda=Cbar/Z1; //Mean free path of Nitrogen in A/collision
-printf("\nMean free path of Nirogen = %.0f* A/collision",lambda*10^8);
+printf("\nMean free path of Nitrogen = %.0f* A/collision",lambda*10^8);