summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.31/Ex1_31.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.31/Ex1_31.sce')
-rw-r--r--3756/CH1/EX1.31/Ex1_31.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH1/EX1.31/Ex1_31.sce b/3756/CH1/EX1.31/Ex1_31.sce
new file mode 100644
index 000000000..102f536b1
--- /dev/null
+++ b/3756/CH1/EX1.31/Ex1_31.sce
@@ -0,0 +1,14 @@
+clc
+//
+//
+//
+
+//Variable declaration
+l=0.02948*10**-3 //Distance moved
+n=100 //number of fringes
+
+//Calculations
+lambdaa=(2*l)*10**10/n
+
+//Result
+printf("\n The Wavelength is %i Angstrom",lambdaa)