diff options
Diffstat (limited to '3769/CH12/EX12.18/Ex12_18.sce')
-rw-r--r-- | 3769/CH12/EX12.18/Ex12_18.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH12/EX12.18/Ex12_18.sce b/3769/CH12/EX12.18/Ex12_18.sce new file mode 100644 index 000000000..40211d24c --- /dev/null +++ b/3769/CH12/EX12.18/Ex12_18.sce @@ -0,0 +1,13 @@ +clear +//Given +L=10*10**-3 +I=4*10**-3 +N=200.0 + +//Calculation +N1=L*I +a=N1/N + +//Result +printf("\n Total flux linked with the coil is %0.3f Wb", N1) +printf("\n Magnetic flux through the cross section of the coil is %0.3f Wb",a) |