summaryrefslogtreecommitdiff
path: root/3753/CH2/EX2.5/Ex2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3753/CH2/EX2.5/Ex2_5.sce')
-rw-r--r--3753/CH2/EX2.5/Ex2_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3753/CH2/EX2.5/Ex2_5.sce b/3753/CH2/EX2.5/Ex2_5.sce
new file mode 100644
index 000000000..ad943c26d
--- /dev/null
+++ b/3753/CH2/EX2.5/Ex2_5.sce
@@ -0,0 +1,14 @@
+//Example number 2.5, Page number 2.34
+
+
+clc;clear;close
+
+// Variable declaration
+lamda=6000*10**-10 // in m
+t=0.003*10**-2 // in m
+
+// Calculations
+delta_mu=lamda/(4*t) // unitless
+
+// Result
+printf("Birefringence of the crystal delta/mu=%0.3f",delta_mu)