summaryrefslogtreecommitdiff
path: root/3769/CH10/EX10.2
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH10/EX10.2')
-rw-r--r--3769/CH10/EX10.2/Ex10_2.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH10/EX10.2/Ex10_2.sce b/3769/CH10/EX10.2/Ex10_2.sce
new file mode 100644
index 000000000..a821d1694
--- /dev/null
+++ b/3769/CH10/EX10.2/Ex10_2.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+F=14.4*10**-4 //N
+d=0.05 //m
+F1=1.6*10**-4
+
+//Calculation
+//
+u=4*%pi*10**-7
+m=sqrt((F*4*%pi*d**2)/u)
+d1=1/(sqrt((F1*4*%pi)/(u*m**2)))
+
+//Result
+printf("\n Distance is %0.3f m",d1)