summaryrefslogtreecommitdiff
path: root/3769/CH2/EX2.9
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH2/EX2.9')
-rw-r--r--3769/CH2/EX2.9/Ex2_9.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH2/EX2.9/Ex2_9.sce b/3769/CH2/EX2.9/Ex2_9.sce
new file mode 100644
index 000000000..447332530
--- /dev/null
+++ b/3769/CH2/EX2.9/Ex2_9.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+m=9*10**9
+q1=1/3.0*10**-7
+r=5*10**-2
+F=58.8*10**-3
+
+//Calculation
+q2=F*r**2/(q1*m)
+
+//Result
+printf("\n Charge is %0.3f C", q2)