summaryrefslogtreecommitdiff
path: root/1733/CH3/EX3.15/3_15.sce
blob: 1d4eeec7977e6cbd117b5f788e7819adbb7b957d (plain)
1
2
3
4
5
//3.15
clc;
Vdc=150;
VL=Vdc*(20/180+60/180+20/180)^0.5;
printf("RMS value of the output voltage = %.2f V", VL)