summaryrefslogtreecommitdiff
path: root/671/CH6/EX6.3/6_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH6/EX6.3/6_3.sce')
-rwxr-xr-x671/CH6/EX6.3/6_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH6/EX6.3/6_3.sce b/671/CH6/EX6.3/6_3.sce
new file mode 100755
index 000000000..385757a50
--- /dev/null
+++ b/671/CH6/EX6.3/6_3.sce
@@ -0,0 +1,11 @@
+Vl=400
+pf=0.8
+
+Pph=1200/3
+Vph=Vl/sqrt(3)
+Iph=Pph/Vph/pf
+Il=Iph
+theta=acos(0.8)
+Zph=Vph/Iph*exp(%i*theta)
+
+disp(Il,Iph,Zph) \ No newline at end of file