diff options
Diffstat (limited to '3769/CH10/EX10.13')
-rw-r--r-- | 3769/CH10/EX10.13/Ex10_13.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH10/EX10.13/Ex10_13.sce b/3769/CH10/EX10.13/Ex10_13.sce new file mode 100644 index 000000000..ab715c7eb --- /dev/null +++ b/3769/CH10/EX10.13/Ex10_13.sce @@ -0,0 +1,12 @@ +clear +//Given +M=4.8*10**-2 //J/T +a=30 //degree +B=3*10**-2 //t + +//Calculation +// +t=M*B*sin(a*3.14/180.0) + +//Result +printf("\n Torque acting on the needle is %0.1f *10**-4 Nm",t*10**4) |