summaryrefslogtreecommitdiff
path: root/1994/CH7/EX7.27
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH7/EX7.27')
-rwxr-xr-x1994/CH7/EX7.27/Example7_27.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1994/CH7/EX7.27/Example7_27.sce b/1994/CH7/EX7.27/Example7_27.sce
new file mode 100755
index 000000000..bd66723a6
--- /dev/null
+++ b/1994/CH7/EX7.27/Example7_27.sce
@@ -0,0 +1,8 @@
+//Chapter-7,Example7_27,pg 7-82
+V1=11000
+V2=110
+V=V1/V2
+V2=87.5
+V1=87.5*V//line voltage
+printf("line voltage\n")
+printf("V1=%.2f V",V1)