summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.3/Ex3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.3/Ex3_3.sce')
-rw-r--r--3769/CH3/EX3.3/Ex3_3.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH3/EX3.3/Ex3_3.sce b/3769/CH3/EX3.3/Ex3_3.sce
new file mode 100644
index 000000000..e08d9151e
--- /dev/null
+++ b/3769/CH3/EX3.3/Ex3_3.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+m=9*10**9
+q=16*10**-10 //C
+r=0.1
+r1=0.06
+q1=12*10**-10
+
+//Calculation
+Vb=m*q/r
+Vb1=m*q/r1
+V=Vb1-Vb
+W=q1*V
+
+//Result
+printf("\n Workdone is %0.3f *10**-8 J", W*10**8)