diff options
Diffstat (limited to '1628/CH9/EX9.5/Ex9_5.sce')
-rwxr-xr-x | 1628/CH9/EX9.5/Ex9_5.sce | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/1628/CH9/EX9.5/Ex9_5.sce b/1628/CH9/EX9.5/Ex9_5.sce new file mode 100755 index 000000000..fa7f16e9c --- /dev/null +++ b/1628/CH9/EX9.5/Ex9_5.sce @@ -0,0 +1,22 @@ + + // Example 9.5 + + // Given I1=4 Sin(100*pi*t+30) + // Given I2= 6 sin(100*pi*t) +f=50; // Frequency +w=2*%pi*f; // Angular Frequency +T=1/f; // Time Period +t=20*10^-3*(30/360); // Time for 30 Digree Revolution +disp('Time for 30 Digree Revolution = '+string(t*1000)+' mS'); +disp('The Phasor i1 Leads the Phasor i2 by 30 Digree or (t=1.67 mS)'); + + + + + // p 312 9.5 + + + + + + |