summaryrefslogtreecommitdiff
path: root/278/CH10/EX10.3
diff options
context:
space:
mode:
Diffstat (limited to '278/CH10/EX10.3')
-rwxr-xr-x278/CH10/EX10.3/ex_10_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/278/CH10/EX10.3/ex_10_3.sce b/278/CH10/EX10.3/ex_10_3.sce
new file mode 100755
index 000000000..f2244f767
--- /dev/null
+++ b/278/CH10/EX10.3/ex_10_3.sce
@@ -0,0 +1,10 @@
+//find max torque
+clc
+//solution
+//given
+l=1000//mm
+Imax=80//N/mm^2
+s=15//mm
+//let T be max toque
+T=Imax*s*l^2/(4.242)//N-mm
+printf("the value of max torque is,%f N-mm",T) \ No newline at end of file