You are on page 1of 1

M AAMIR ISLAM

BEEM-F17-025

clc;
close all;
clear all;
K=[0-9.8i 0+4.0i 0 0;
5 0+4.0i 0-15.3i 0+2.5i 0;
0 0+2.5i 0-12.3i 0+4.0i;
0 0 0+4.0i 0-15.3i];
P=[0 0 0 0+5.0i;
0 0 0 0+8.0i;
10 0 0 0 0+5.0i;
0+2.5i 0 0 0+8.0i];
PQ=[0 0 0 0+2.5i;
0 0 0 0;
0 0 0 0;
15 0+5.0i 0+6.0i 0+5.0i 0+8.0i];
M=[0-17.3i 0+4.0i 0 0+5.0i;
0+4.0i 0-14.54i 0+2.5i 0+8.0i;
0 0+1.5i 0-7.54i 0+2.0i;
0+5.0i 0+8.0i 0+5.0i 0-44.0i];
20 N=inv(M);
P=P*N*PQ;
ybus=K-P

25 RESULTS:

You might also like