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 --- 3756/CH1/EX1.13/Ex1_13.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3756/CH1/EX1.13/Ex1_13.sce (limited to '3756/CH1/EX1.13') diff --git a/3756/CH1/EX1.13/Ex1_13.sce b/3756/CH1/EX1.13/Ex1_13.sce new file mode 100644 index 000000000..7e1bf52ca --- /dev/null +++ b/3756/CH1/EX1.13/Ex1_13.sce @@ -0,0 +1,17 @@ +clc +// +// +// + +//Variable declaration +n1=62 //fringes +lambdaa1=5893*10**-10 //Wavelength 1 +lambdaa2=5461*10**-10 //Wavelength 2 + + +//Calculations +n2=(n1*lambdaa1)/lambdaa2 + +//Result +printf("\n The number of fringes would be %i ",round(n2)) + -- cgit