summaryrefslogtreecommitdiff
path: root/3504/CH2/EX2.7/Ex2_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3504/CH2/EX2.7/Ex2_7.sce')
-rw-r--r--3504/CH2/EX2.7/Ex2_7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3504/CH2/EX2.7/Ex2_7.sce b/3504/CH2/EX2.7/Ex2_7.sce
new file mode 100644
index 000000000..23cebb3d6
--- /dev/null
+++ b/3504/CH2/EX2.7/Ex2_7.sce
@@ -0,0 +1,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.