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 --- 3769/CH10/EX10.18/Ex10_18.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3769/CH10/EX10.18/Ex10_18.sce (limited to '3769/CH10/EX10.18/Ex10_18.sce') 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) -- cgit