summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.32
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.32')
-rw-r--r--3756/CH1/EX1.32/Ex1_32.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH1/EX1.32/Ex1_32.sce b/3756/CH1/EX1.32/Ex1_32.sce
new file mode 100644
index 000000000..860de93f0
--- /dev/null
+++ b/3756/CH1/EX1.32/Ex1_32.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+lambdaa1=5896 //Wavelength1
+lambdaa2=5890 //Wavelength2
+
+
+//Calculations
+l=(lambdaa1*lambdaa2)/(2*(lambdaa1-lambdaa2))
+
+//Result
+printf("\n The Distance by which the mirror moved is %i *10**-10 m",l)