summaryrefslogtreecommitdiff
path: root/1529/CH21/EX21.16/21_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1529/CH21/EX21.16/21_16.sce')
-rwxr-xr-x1529/CH21/EX21.16/21_16.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1529/CH21/EX21.16/21_16.sce b/1529/CH21/EX21.16/21_16.sce
new file mode 100755
index 000000000..699af44fe
--- /dev/null
+++ b/1529/CH21/EX21.16/21_16.sce
@@ -0,0 +1,6 @@
+//Chapter 21, Problem 16
+clc;
+reg=2.5; //regulation
+e2=240; //secondary voltage
+v2=240-((reg*e2)/100); //secondary terminal voltage
+printf("Load voltage = %d V",v2);