summaryrefslogtreecommitdiff
path: root/1529/CH21/EX21.16/21_16.sce
blob: 699af44fe2fabb837ed43a733f23962cf93e5b6f (plain)
1
2
3
4
5
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);