diff options
Diffstat (limited to '620/CH2/EX2.1/example2_1.sce')
-rw-r--r-- | 620/CH2/EX2.1/example2_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/620/CH2/EX2.1/example2_1.sce b/620/CH2/EX2.1/example2_1.sce new file mode 100644 index 000000000..1f2e5277b --- /dev/null +++ b/620/CH2/EX2.1/example2_1.sce @@ -0,0 +1,10 @@ +disp("Part a");
+q1=0.25*10^(-6);
+q2=q1;
+k=9*10^9;
+r=3*10^(-2);
+f=k*q1*q2/r^2;
+disp("the force of repulsion (in N) is "); disp(f);
+disp("Part b");
+f1=f/4.45;
+disp("the force of repulsion (in lb) is"); disp(f1);
\ No newline at end of file |