summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.26/Ex1_26.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.26/Ex1_26.sce')
-rw-r--r--3756/CH1/EX1.26/Ex1_26.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH1/EX1.26/Ex1_26.sce b/3756/CH1/EX1.26/Ex1_26.sce
new file mode 100644
index 000000000..ca2a953bc
--- /dev/null
+++ b/3756/CH1/EX1.26/Ex1_26.sce
@@ -0,0 +1,16 @@
+clc
+//
+//
+//
+
+//Variable declaration
+n=8 //no. of ring
+D8=0.72*10**-2 //Diameter of the 8th ring
+R=3 //Radius
+
+
+//Calculations
+lambdaa=(D8**2)*10**10/((2*(2*n-1))*R)
+
+//Result
+printf("\n The Wavelength is %i Angstrom",lambdaa)