summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.31
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH1/EX1.31')
-rw-r--r--3537/CH1/EX1.31/Ex1_31.sce13
-rw-r--r--3537/CH1/EX1.31/Ex1_31.txt1
2 files changed, 14 insertions, 0 deletions
diff --git a/3537/CH1/EX1.31/Ex1_31.sce b/3537/CH1/EX1.31/Ex1_31.sce
new file mode 100644
index 000000000..ab0038657
--- /dev/null
+++ b/3537/CH1/EX1.31/Ex1_31.sce
@@ -0,0 +1,13 @@
+//Example 1_30
+clc();
+clear;
+//To find the wavelength of the light
+D5=0.336 //units in centimeters
+D5=0.336*10^-2 //units in meters
+D15=0.59 //units in centimeters
+D15=0.59*10^-2 //units in meters
+m=10
+R=100 //units in centimeters
+R=100*10^-2 //units in meters
+lemda=((D15^2-D5^2)/(4*m*R))*10^9
+printf("Wavelength of the light is %.0f nanometers",lemda)
diff --git a/3537/CH1/EX1.31/Ex1_31.txt b/3537/CH1/EX1.31/Ex1_31.txt
new file mode 100644
index 000000000..f8cc9dc6a
--- /dev/null
+++ b/3537/CH1/EX1.31/Ex1_31.txt
@@ -0,0 +1 @@
+ Wavelength of the light is 588 nanometers \ No newline at end of file