summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.10/Ex21_10.sce
blob: cd6ffaf9e6dd9cca00336668e23c9419221ee0a7 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
Imax=121
Imin=81.0

//Calculation
a=Imax/Imin

//Result
printf("\n The ratio of intensity at the maxima and minima is %0.2f  ",a)