summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.3/Ex13_3.sce
blob: f1e39a37fdf0f5581e95b9aaa3c367eb1b66adc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
E=220                      //V

//Calculation
//
E0=sqrt(2)*E
Emean=2*E0/%pi 

//Result
printf("\n Average e.m.f during a positive half cycle is %0.0f  V",Emean)