summaryrefslogtreecommitdiff
path: root/3828/CH1/EX1.9
diff options
context:
space:
mode:
Diffstat (limited to '3828/CH1/EX1.9')
-rw-r--r--3828/CH1/EX1.9/Ex1_9.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3828/CH1/EX1.9/Ex1_9.sce b/3828/CH1/EX1.9/Ex1_9.sce
new file mode 100644
index 000000000..e085b7acd
--- /dev/null
+++ b/3828/CH1/EX1.9/Ex1_9.sce
@@ -0,0 +1,14 @@
+//Chapter 1 : Wave Optics
+
+clear;
+
+//Variable declaration
+n2=20 //order of dark ring
+lamda=5890*10**-8 //wavelenght
+
+//Calculations
+n1=n2*4
+
+//Result
+mprintf("Order of the dark ring n1= %d" ,n1)
+