Notes 8 - Bus Admittance Matrix

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

Power System Analysis and Design

Bus Admittance Matrix


Example:

 Find for the Ybus of the diagram shown


Matrix Operations…
 Transpose of Matrix:
 The transpose of matrix A denoted by AT is the matrix formed
by interchanging the rows and columns of A
 Note that.. ( AT )T  A

 Symmetric Matrix:
 A square matrix is symmetric, if it is equal to its transpose
AT  A
Matrix Operations…
 Minor:
 The minor M ij of an (n x n) matrix is the determinant of
(n-1) x (n-1) matrix formed by deleting the ith row and the jth
column of the (n x n) matrix

 Cofactor:
 The cofactor Aij of element aij of the matrix A is defined as
i j
Aij  (1) M ij
Matrix Operations…
 Adjoint Matrix:
 The adjoint matrix of a square matrix A is found by replacing
each element aij of matrix A by its cofactor Aij and then
transposing.

 A11 A12 
adjA   
 21 22 
A A
Matrix Operations…
 Matrix Inversion:
 Division does not exist as such in matrix algebra. However, if A
is a square non-singular matrix, its inverse A1 is defined by the
relation.

adjA
1
A 
det A
 Determinant can be solved using cramer’s rule etc.
Matrix Operations…
 Example:

 2  1 1
 
A    1 3 2
 1 2 4

You might also like