summaryrefslogtreecommitdiff
path: root/671/CH8/EX8.25/8_25.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH8/EX8.25/8_25.sce')
-rwxr-xr-x671/CH8/EX8.25/8_25.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/671/CH8/EX8.25/8_25.sce b/671/CH8/EX8.25/8_25.sce
new file mode 100755
index 000000000..e40e6119e
--- /dev/null
+++ b/671/CH8/EX8.25/8_25.sce
@@ -0,0 +1,10 @@
+v1=220
+v2=110
+z1=0.32+%i*0.85
+z2=0.11+%i*0.27
+a=v1/v2
+
+z=z1+a*a*z2
+IHV=v1/norm(z)
+ILV=IHV*a
+disp(IHV,ILV)