diff options
Diffstat (limited to '3756/CH2/EX2.2/Ex2_2.sce')
-rw-r--r-- | 3756/CH2/EX2.2/Ex2_2.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH2/EX2.2/Ex2_2.sce b/3756/CH2/EX2.2/Ex2_2.sce new file mode 100644 index 000000000..e487b9020 --- /dev/null +++ b/3756/CH2/EX2.2/Ex2_2.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +theta=6*10**-3 //Angular Width +D=1 //Distance of Screen + +//Calculations +Totalangularwidth=2*theta +tlw=Totalangularwidth*D*10**2 + +//Result +printf("\n The Total Linear Width of central maxima is %0.3f cm",tlw) |