summaryrefslogtreecommitdiff
path: root/3835/CH8/EX8.4/Ex8_4.sce
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3835/CH8/EX8.4/Ex8_4.sce
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '3835/CH8/EX8.4/Ex8_4.sce')
-rw-r--r--3835/CH8/EX8.4/Ex8_4.sce13
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")