summaryrefslogtreecommitdiff
path: root/3769/CH2/EX2.13/Ex2_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH2/EX2.13/Ex2_13.sce')
-rw-r--r--3769/CH2/EX2.13/Ex2_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH2/EX2.13/Ex2_13.sce b/3769/CH2/EX2.13/Ex2_13.sce
new file mode 100644
index 000000000..ea9868238
--- /dev/null
+++ b/3769/CH2/EX2.13/Ex2_13.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+E=4*10**5
+q=1*10**-6
+a=3*10**-2
+
+//Calculation
+t=q*a*E
+
+//Result
+printf("\n Maximum torque on the dipole is %0.3f *10**-2 Nm", t*10**2)