diff options
Diffstat (limited to '3769/CH12/EX12.17/Ex12_17.sce')
-rw-r--r-- | 3769/CH12/EX12.17/Ex12_17.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH12/EX12.17/Ex12_17.sce b/3769/CH12/EX12.17/Ex12_17.sce new file mode 100644 index 000000000..554917e95 --- /dev/null +++ b/3769/CH12/EX12.17/Ex12_17.sce @@ -0,0 +1,12 @@ +clear +//Given +L=10.0 //H +e=300 //V +t=10**-2 //S + +//Calculation +dl=(e*t)/L +a=e*t + +//Result +printf("\n Charge in magnetic flux is %0.3f Wb", a) |