summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.5/Ex22_5.sce
blob: c7b2ca67ae6e53c9d4087ba29b1b914f3ad76f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
l=5500*10**-10
d=0.01

//Calculation
//
a=l/d
b=asin(a)*180/3.14

//Result
printf("\n Angular deflection is %0.4f  Degree",b)