summaryrefslogtreecommitdiff
path: root/3769/CH2/EX2.14/Ex2_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH2/EX2.14/Ex2_14.sce')
-rw-r--r--3769/CH2/EX2.14/Ex2_14.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH2/EX2.14/Ex2_14.sce b/3769/CH2/EX2.14/Ex2_14.sce
new file mode 100644
index 000000000..fe6433581
--- /dev/null
+++ b/3769/CH2/EX2.14/Ex2_14.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+q=1*10**-6
+a=2*10**-2
+E=10**5
+
+//Calculation
+p=q*a
+W=2*p*E
+
+//Result
+printf("\n Work done in the rotation is %0.3f *10**-3 J", W*10**3)