diff options
Diffstat (limited to '3769/CH10/EX10.18')
-rw-r--r-- | 3769/CH10/EX10.18/Ex10_18.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH10/EX10.18/Ex10_18.sce b/3769/CH10/EX10.18/Ex10_18.sce new file mode 100644 index 000000000..eee32d977 --- /dev/null +++ b/3769/CH10/EX10.18/Ex10_18.sce @@ -0,0 +1,13 @@ +clear +//Given +t=1.2*10**-3 //nm +M=60 +H=40*10**-6 + +//Calculation +// +A=t/(M*H) +a=asin(A)*180/3.14 + +//Result +printf("\n Angle of the declination is %0.0f degree",a) |