diff options
Diffstat (limited to '3769/CH12/EX12.11/Ex12_11.sce')
-rw-r--r-- | 3769/CH12/EX12.11/Ex12_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH12/EX12.11/Ex12_11.sce b/3769/CH12/EX12.11/Ex12_11.sce new file mode 100644 index 000000000..02b4486e1 --- /dev/null +++ b/3769/CH12/EX12.11/Ex12_11.sce @@ -0,0 +1,13 @@ +clear +//Given +w=1000/60.0 +r=0.3 +B=0.5 //T + +//Calculation +v=w*r +vav=v/2.0 +e=B*r*vav + +//Result +printf("\n e.m.f induced is %0.3f V",e) |