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 --- 3753/CH1/EX1.7/Ex1_7.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3753/CH1/EX1.7/Ex1_7.sce (limited to '3753/CH1/EX1.7/Ex1_7.sce') diff --git a/3753/CH1/EX1.7/Ex1_7.sce b/3753/CH1/EX1.7/Ex1_7.sce new file mode 100644 index 000000000..5923188f5 --- /dev/null +++ b/3753/CH1/EX1.7/Ex1_7.sce @@ -0,0 +1,16 @@ +//Example number 1.7, Page number 1.37 + +clc;clear;close + + +//Variable declaration +Beta=0.00227 //distance between adjascent green lines +D=2.5 // in m +d=0.0006 //distance between narrow slits + +//Calculation +lamda=(Beta*d)/D // in m + +//Result +printf("Wavelength,lamda=%.4e m",(lamda)) +//Answer varies due to rounding of number" -- cgit