summaryrefslogtreecommitdiff
path: root/10/CH2/EX2
diff options
context:
space:
mode:
Diffstat (limited to '10/CH2/EX2')
-rwxr-xr-x10/CH2/EX2/cha2_2.sce41
1 files changed, 41 insertions, 0 deletions
diff --git a/10/CH2/EX2/cha2_2.sce b/10/CH2/EX2/cha2_2.sce
new file mode 100755
index 000000000..73346ed7c
--- /dev/null
+++ b/10/CH2/EX2/cha2_2.sce
@@ -0,0 +1,41 @@
+Vh=220;Ih=4.55;Wl=100;
+Vl=150;Il=2.5;Wh=215;
+Vhrated=2200;Vlrated=220;
+Ihrated=4.55;Ilrated=45.5;
+
+Rcl=Vlrated^2/Wl
+
+Poc=(Vlrated^2/Rcl)
+
+Icl=Vlrated/Rcl
+
+Iml=(Il^2-Icl^2)^(1/2)
+
+Xml=Vlrated/Iml
+
+A=Vhrated/Vlrated
+
+Rch=A^2*Rcl
+
+Xmh=A^2*Xml
+
+Reqh=215/Ihrated^2
+
+Psc=Ihrated^2*Reqh
+
+Zeqh=Vl/Ihrated
+
+Xeqh=(Zeqh^2-Reqh^2)^(1/2)
+
+Reql=Reqh/A^2
+
+Xeql=Xeqh/A^2
+
+P=(Poc/(Vlrated*Il))
+
+Psh=(Psc/(Vl*Ihrated))
+
+
+
+
+ \ No newline at end of file