summaryrefslogtreecommitdiff
path: root/431/CH5/EX5.11/EX5_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '431/CH5/EX5.11/EX5_11.sce')
-rwxr-xr-x431/CH5/EX5.11/EX5_11.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/431/CH5/EX5.11/EX5_11.sce b/431/CH5/EX5.11/EX5_11.sce
new file mode 100755
index 000000000..0c0eefeee
--- /dev/null
+++ b/431/CH5/EX5.11/EX5_11.sce
@@ -0,0 +1,14 @@
+//chapter 5
+//example 5.11
+//page 441
+clear;
+clc;
+disp("example 5.11");
+printf("\n");
+disp("field exitation current=10A");
+V_oc=900; //induced emf on open circuit
+I_sc=150; //short circuit current
+Z_s=V_oc/I_sc; //synchronous impedence
+printf("synchronous impedence,Z_s= %d ohm\n",Z_s);
+I_a=60;
+printf("internal voltage drop when the load current is 60amp= %d V",(I_a*Z_s)); \ No newline at end of file