summaryrefslogtreecommitdiff
path: root/2939/CH9/EX9.5
diff options
context:
space:
mode:
Diffstat (limited to '2939/CH9/EX9.5')
-rwxr-xr-x2939/CH9/EX9.5/Ex9_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2939/CH9/EX9.5/Ex9_5.sce b/2939/CH9/EX9.5/Ex9_5.sce
new file mode 100755
index 000000000..ab5f8f5ec
--- /dev/null
+++ b/2939/CH9/EX9.5/Ex9_5.sce
@@ -0,0 +1,12 @@
+//Ex9_5
+
+clc;
+
+// Given:
+f=1.01;// seperation factor
+n=10;// plates
+//Solution:
+
+A=f^n;
+
+printf("The overall seperation factor is = %f",A)