summaryrefslogtreecommitdiff
path: root/3673/CH6/EX6.a.9
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH6/EX6.a.9')
-rw-r--r--3673/CH6/EX6.a.9/Example_a_6_9.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH6/EX6.a.9/Example_a_6_9.sce b/3673/CH6/EX6.a.9/Example_a_6_9.sce
new file mode 100644
index 000000000..fd06a00e6
--- /dev/null
+++ b/3673/CH6/EX6.a.9/Example_a_6_9.sce
@@ -0,0 +1,12 @@
+//Example_a_6_9 page no:239
+clc;
+Zeq=5+(((2+(2*%i))*(-%i*5))/(2+(%i*2-%i*5)));
+Zmag=sqrt(real(Zeq)^2+imag(Zeq)^2);
+Zang=atand(imag(Zeq)/real(Zeq));
+I=sqrt(100/8.85);
+pf=8.85/8.88;
+V=100/(3.36*0.99);
+P=V*I*sind(4.97);
+disp(V,"the value of voltage source is (in V)");
+disp(pf,"the power factor is ");
+disp(P,"the reactive power is (in VAR)");