summaryrefslogtreecommitdiff
path: root/3769/CH10/EX10.20/Ex10_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH10/EX10.20/Ex10_20.sce')
-rw-r--r--3769/CH10/EX10.20/Ex10_20.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH10/EX10.20/Ex10_20.sce b/3769/CH10/EX10.20/Ex10_20.sce
new file mode 100644
index 000000000..5eb9cc7aa
--- /dev/null
+++ b/3769/CH10/EX10.20/Ex10_20.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+H=0.28 //G
+V=0.40 //G
+
+//Calculation
+//
+A=V/H
+a=atan(A)*180/3.14
+R=sqrt(H**2+V**2)
+
+//Result
+printf("\n (i) Angle of dip is %0.0f Degree",a)
+printf("\n (ii) earths total magnetic field is %0.2f G",R)