summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.28
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH9/EX9.28')
-rw-r--r--3769/CH9/EX9.28/Ex9_28.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH9/EX9.28/Ex9_28.sce b/3769/CH9/EX9.28/Ex9_28.sce
new file mode 100644
index 000000000..7218fbb1e
--- /dev/null
+++ b/3769/CH9/EX9.28/Ex9_28.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+r=7
+I=10
+B=100*10**-4
+
+//Calculation
+//
+A=%pi*r**2
+t=I*A*B
+
+//Result
+printf("\n Magnitude of maximum torque is %0.2f *10**-3 Nm",t*10**-1)