diff options
Diffstat (limited to '3673/CH6/EX6.1/Ex6_1.sce')
-rw-r--r-- | 3673/CH6/EX6.1/Ex6_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH6/EX6.1/Ex6_1.sce b/3673/CH6/EX6.1/Ex6_1.sce new file mode 100644 index 000000000..4f075c730 --- /dev/null +++ b/3673/CH6/EX6.1/Ex6_1.sce @@ -0,0 +1,8 @@ +//Example 6_1 page no:229
+clc
+phase_angle=30//phase angle in degree
+Vm=100//maximum voltage
+Veff=100/sqrt(2)
+Ieff=15/sqrt(2)
+Pav=Veff*Ieff*cosd(phase_angle)
+disp(Pav,"Average Power is(in watts)")
|