summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.7/Ex21_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH21/EX21.7/Ex21_7.sce')
-rw-r--r--3769/CH21/EX21.7/Ex21_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH21/EX21.7/Ex21_7.sce b/3769/CH21/EX21.7/Ex21_7.sce
new file mode 100644
index 000000000..3904c1b31
--- /dev/null
+++ b/3769/CH21/EX21.7/Ex21_7.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+b=2
+u=1.33
+
+//Calculation
+b1=b/u
+
+//Result
+printf("\n Fringe width is %0.1f mm",b1)