diff options
Diffstat (limited to '3537/CH7/EX7.13')
-rw-r--r-- | 3537/CH7/EX7.13/Ex7_13.sce | 8 | ||||
-rw-r--r-- | 3537/CH7/EX7.13/Ex7_13.txt | 1 |
2 files changed, 9 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)
diff --git a/3537/CH7/EX7.13/Ex7_13.txt b/3537/CH7/EX7.13/Ex7_13.txt new file mode 100644 index 000000000..c8b53dd40 --- /dev/null +++ b/3537/CH7/EX7.13/Ex7_13.txt @@ -0,0 +1 @@ + The refractive index of the core is 1.233
\ No newline at end of file |