diff options
Diffstat (limited to '3769/CH27/EX27.4')
-rw-r--r-- | 3769/CH27/EX27.4/Ex27_4.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH27/EX27.4/Ex27_4.sce b/3769/CH27/EX27.4/Ex27_4.sce new file mode 100644 index 000000000..47d2cbc36 --- /dev/null +++ b/3769/CH27/EX27.4/Ex27_4.sce @@ -0,0 +1,14 @@ +clear +//Given +N=10.0 +V=230 //V + +//Calculation +// +Vrpm=sqrt(2)*V +Vsm=Vrpm/N +Vdc=Vsm/%pi + +//Result +printf("\n (i) The output dc voltage is %0.2f V",Vdc) +printf("\n (ii) Peak inverse voltage is %0.2f V",Vsm) |