summaryrefslogtreecommitdiff
path: root/2855/CH1/EX1.9/Ex1_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2855/CH1/EX1.9/Ex1_9.sce')
-rwxr-xr-x2855/CH1/EX1.9/Ex1_9.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2855/CH1/EX1.9/Ex1_9.sce b/2855/CH1/EX1.9/Ex1_9.sce
new file mode 100755
index 000000000..f5ee5dde2
--- /dev/null
+++ b/2855/CH1/EX1.9/Ex1_9.sce
@@ -0,0 +1,10 @@
+//Ex1_9
+//given
+//page no 13
+clc;
+clear;
+// Given formula Io/Ii=exp(-(ao+ai)*d);
+// k=aa+as=63.1;
+// Io/Ii=1.5
+d=log(.15)/-63.1; //length of tube
+printf("\nLength of tube, d = %0.0f cm \n",d*100); //Result