summaryrefslogtreecommitdiff
path: root/3673/CH2/EX2.a.11/Example_a_2_11.sce
blob: 93467ad372ac3a74bddaeb92ade79fc0abdd1fb6 (plain)
1
2
3
4
5
6
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)");