summaryrefslogtreecommitdiff
path: root/3537/CH7/EX7.13/Ex7_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH7/EX7.13/Ex7_13.sce')
-rw-r--r--3537/CH7/EX7.13/Ex7_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH7/EX7.13/Ex7_13.sce b/3537/CH7/EX7.13/Ex7_13.sce
new file mode 100644
index 000000000..b0e33d1d2
--- /dev/null
+++ b/3537/CH7/EX7.13/Ex7_13.sce
@@ -0,0 +1,8 @@
+//Example 7_13
+clc();
+clear;
+//To calculate the refractive index of the core
+NA=0.39
+delta=0.05
+n1=NA/sqrt(2*delta)
+printf("The refractive index of the core is %.3f",n1)