diff options
Diffstat (limited to '3835/CH8/EX8.4')
-rw-r--r-- | 3835/CH8/EX8.4/Ex8_4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3835/CH8/EX8.4/Ex8_4.sce b/3835/CH8/EX8.4/Ex8_4.sce new file mode 100644 index 000000000..22211ddb5 --- /dev/null +++ b/3835/CH8/EX8.4/Ex8_4.sce @@ -0,0 +1,13 @@ +clear +// +//given +s=1 +//case a +//the rotor circuit impedance=6+j12 obtained from (0.75+5.25)+j(5+7) as rotor resistance and reactance are 0.5 and 0.75 +//rotor current=e2/z2=3.23 at angle -63.43 +printf("\n At stand still the rotor current is=3.23A at angle -63.43") +//case b +s=0.04 +//z2=(0.75+j*0.04*5)ohm +//again e2=s*e2/z2=0.81 at angle -69.44A +printf("\n the rotor current running at a slip of 4 with the rotor short circuited is=0.81 at angle -69.44A") |