summaryrefslogtreecommitdiff
path: root/671/CH8/EX8.3/8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH8/EX8.3/8_3.sce')
-rwxr-xr-x671/CH8/EX8.3/8_3.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/671/CH8/EX8.3/8_3.sce b/671/CH8/EX8.3/8_3.sce
new file mode 100755
index 000000000..93802f8a9
--- /dev/null
+++ b/671/CH8/EX8.3/8_3.sce
@@ -0,0 +1,19 @@
+P=200E3
+V1=11000
+V2=415
+f=50
+N2=80
+
+N1=V1/V2*N2
+a=N1/N2
+disp(a)
+
+I2=P/V2
+disp(I2)
+I1=I2/a
+disp(I1)
+
+Z2=V2*V2/P
+disp(Z2)
+Z21=Z2*a*a
+disp(Z21)