summaryrefslogtreecommitdiff
path: root/3369/CH3/EX3.6
diff options
context:
space:
mode:
Diffstat (limited to '3369/CH3/EX3.6')
-rwxr-xr-x3369/CH3/EX3.6/Ex3_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3369/CH3/EX3.6/Ex3_6.sce b/3369/CH3/EX3.6/Ex3_6.sce
new file mode 100755
index 000000000..702cde8e4
--- /dev/null
+++ b/3369/CH3/EX3.6/Ex3_6.sce
@@ -0,0 +1,12 @@
+//Chapter 3, Exmaple 6, page 105
+//Determine mean free path
+clc
+clear
+//(a) Mean free path
+na = %e^-1
+//(b) 5 times mean free path
+nb = %e^-5
+printf("\n Mean free path = %f*n0 ",na)
+printf("\n 5 times mean free path = %f*n0 ",nb)
+
+//Answer may vary due to round of error