diff options
Diffstat (limited to '3769/CH10/EX10.12/Ex10_12.sce')
-rw-r--r-- | 3769/CH10/EX10.12/Ex10_12.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH10/EX10.12/Ex10_12.sce b/3769/CH10/EX10.12/Ex10_12.sce new file mode 100644 index 000000000..017f4d73c --- /dev/null +++ b/3769/CH10/EX10.12/Ex10_12.sce @@ -0,0 +1,17 @@ +clear +//Given +n=10 +I=3 +A=7.85*10**-3 +B=10**-2 //T + +//Calculation +// +M=n*I*A +U1=-M*B*cos(0) +Uf=-M*B*cos(90) +w=-U1 +t=M*B*sin(90*3.14/180.0) + +//Result +printf("\n Work done is %0.1f *10**-3 Nm",t*10**3) |