summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.28/Ex9_28.sce
blob: 7218fbb1eba2a697682a83654fedc4e0502f3172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)