summaryrefslogtreecommitdiff
path: root/1739/CH1/EX1.5
diff options
context:
space:
mode:
Diffstat (limited to '1739/CH1/EX1.5')
-rwxr-xr-x1739/CH1/EX1.5/Exa1_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1739/CH1/EX1.5/Exa1_5.sce b/1739/CH1/EX1.5/Exa1_5.sce
new file mode 100755
index 000000000..5728b5541
--- /dev/null
+++ b/1739/CH1/EX1.5/Exa1_5.sce
@@ -0,0 +1,11 @@
+//Exa 1.5
+clc;
+clear;
+close;
+//Given data :
+format('v',5);
+c=3*10^8;//in m/s
+v=1.1*10^8;//in m/s
+//Formula : velocity_of_light_in_medium=velocity_of_light_in_free_space/Refractive_Index;
+n=c/v;//in m/s
+disp(n,"Refractive Index of medium : "); \ No newline at end of file