summaryrefslogtreecommitdiff
path: root/3769/CH18/EX18.8/Ex18_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH18/EX18.8/Ex18_8.sce')
-rw-r--r--3769/CH18/EX18.8/Ex18_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH18/EX18.8/Ex18_8.sce b/3769/CH18/EX18.8/Ex18_8.sce
new file mode 100644
index 000000000..b41f4a48f
--- /dev/null
+++ b/3769/CH18/EX18.8/Ex18_8.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+av=3.32 //Degree
+ar=3.22 //Degree
+a=3.27 //Degree
+
+//Calculation
+w=(av-ar)/a
+
+//Result
+printf("\n Dispersive power of the flint glass is %0.4f ",w)