diff options
Diffstat (limited to '3769/CH12/EX12.4')
-rw-r--r-- | 3769/CH12/EX12.4/Ex12_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH12/EX12.4/Ex12_4.sce b/3769/CH12/EX12.4/Ex12_4.sce new file mode 100644 index 000000000..9e1575556 --- /dev/null +++ b/3769/CH12/EX12.4/Ex12_4.sce @@ -0,0 +1,12 @@ +clear +//Given +I=1.2*10**-3 //A +N=1.0 +R=10 //ohm + +//Calculation +e=I*R +a=e/N + +//Result +printf("\n Necessary rate is %0.3f *10**-2 Wb/second", a*10**2) |