// 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