From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3537/CH1/EX1.31/Ex1_31.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3537/CH1/EX1.31/Ex1_31.sce (limited to '3537/CH1/EX1.31/Ex1_31.sce') 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) -- cgit