diff options
Diffstat (limited to '3673/CH6/EX6.a.14/Example_a_6_14.sce')
-rw-r--r-- | 3673/CH6/EX6.a.14/Example_a_6_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH6/EX6.a.14/Example_a_6_14.sce b/3673/CH6/EX6.a.14/Example_a_6_14.sce new file mode 100644 index 000000000..7f0780f1f --- /dev/null +++ b/3673/CH6/EX6.a.14/Example_a_6_14.sce @@ -0,0 +1,9 @@ +//Example_a_6_14 page no:243
+clc;
+Im=0.5;
+Vmag=18.46;
+Vang=0;
+V1mag=1.54;
+V1ang=0;
+P=Vmag*Im*V1mag/2;
+disp(P,"the average power delivered by the dependent source is (in W)");
|