summaryrefslogtreecommitdiff
path: root/3504/CH2/EX2.7/Ex2_7.sce
blob: 23cebb3d6a9a5c1e33e62db14f4d761d23d48249 (plain)
1
2
3
4
5
6
7
8
//To calculate the power delivered by the source in the given circuit.
clc;
Z=[3+%i*1 -%i -2;-%i 2+%i*3 -%i*2;-2 %i*2 3+%i*1]
D=det(Z)
Z_1=[15.7 -%i -2;0 2+%i*3 -%i*2;0 %i*2 3+%i*1]
D_1=det(Z_1)
V_1=D_1/D
//Power delivered =V_1*I*cos(theta)=Real(V_1*I),which on simplification equals 100 watts.