diff options
Diffstat (limited to '3769/CH9/EX9.32/Ex9_32.sce')
-rw-r--r-- | 3769/CH9/EX9.32/Ex9_32.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH9/EX9.32/Ex9_32.sce b/3769/CH9/EX9.32/Ex9_32.sce new file mode 100644 index 000000000..c424e8942 --- /dev/null +++ b/3769/CH9/EX9.32/Ex9_32.sce @@ -0,0 +1,13 @@ +clear +//Given +K=3*10**-9 //Nm/deg +a=36 +n=60 +B=9*10**-3 //T +A=5*10**-5 //m**2 + +//Calculation +I=(K*a)/(n*B*A) + +//Result +printf("\n Maximum current is %0.3f mA", I*10**3) |