diff options
Diffstat (limited to '1628/CH14/EX14.8/Ex14_8.sce')
-rwxr-xr-x | 1628/CH14/EX14.8/Ex14_8.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/1628/CH14/EX14.8/Ex14_8.sce b/1628/CH14/EX14.8/Ex14_8.sce new file mode 100755 index 000000000..d5039727e --- /dev/null +++ b/1628/CH14/EX14.8/Ex14_8.sce @@ -0,0 +1,17 @@ + + // Example 14.8 + +Q=30; // Angle between 2 slots +q1=6; // No.Of coils +sa=sind((q1*Q)/2); // Distribution factor (Numerator part ) +sb=sind(Q/2); // Distribution factor (denominator part ) +kd=sa/(q1*sb); // Distribution factor +Vc=6*10; // Voltage induced in 6 coils +Er=kd*Vc; // Net emf induced in Six coils +disp(' Net emf induced in Six coils = '+string(Er)+' Volt'); + + + + + + // p 573 14.8 |