diff options
Diffstat (limited to '3673/CH2/EX2.a.11')
-rw-r--r-- | 3673/CH2/EX2.a.11/Example_a_2_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH2/EX2.a.11/Example_a_2_11.sce b/3673/CH2/EX2.a.11/Example_a_2_11.sce new file mode 100644 index 000000000..93467ad37 --- /dev/null +++ b/3673/CH2/EX2.a.11/Example_a_2_11.sce @@ -0,0 +1,7 @@ +//Example 2_11 page no:96
+clc;
+V=50;
+V1=23.33/(0.2+0.5+0.33);
+I=(V-V1)/5;
+P=V*I;
+disp(P,"the power delivered by the 50V voltage source is (in W)");
|