Skip to content

Comprehensive Problem

โ† Back to Fundamentals of Electric Circuits Overview

Comprehensive Problem

19.99 Assume that the two circuits in Fig. 19.135 are equivalent. The parameters of the two circuits must be equal. Using this factor and the z parameters, derive Eqs. (9.67) and (9.68).

Figure 19.135 For Prob. 19.99.

Appendix A

Simultaneous Equations and Matrix Inversion

In circuit analysis, we often encounter a set of simultaneous equations having the form

a11x1+a12x2+โ‹ฏ+a1nxn=b1a_{11}x_1 + a_{12}x_2 + \dots + a_{1n}x_n = b_1

\n

a21x1+a22x2+โ‹ฏ+a2nxn=b2a_{21}x_1 + a_{22}x_2 + \dots + a_{2n}x_n = b_2

\n

โ‹ฎโ‹ฎ\vdots \qquad \vdots

\n

an1x1+an2x2+โ‹ฏ+annxn=bna_{n1}x_1 + a_{n2}x_2 + \dots + a_{nn}x_n = b_n

\n(A.1)

where there are n unknown x1, x2, โ€ฆ , xn to be determined. Equation (A.1) can be written in matrix form as

[a11a12โ‹ฏa1na21a22โ‹ฏa2nโ‹ฎโ‹ฎโ‹ฎโ‹ฎan1an2โ‹ฏann][x1x2โ‹ฎxn]=[b2b2โ‹ฎbn]\begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \vdots & \vdots \\ a_{n1} & a_{n2} & \cdots & a_{nn} \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{bmatrix} = \begin{bmatrix} b_2 \\ b_2 \\ \vdots \\ b_n \end{bmatrix}

(A.2)

This matrix equation can be put in a compact form as

AX=B(A.3)AX = B \tag{A.3}

where

A=[a11a12โ‹ฏa1na21a22โ‹ฏa2nโ‹ฎโ‹ฎโ‹ฎโ‹ฎan1an2โ‹ฏann],X=[x1x2โ‹ฎxn],B=[b1b2โ‹ฎbn]\mathbf{A} = \begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \vdots & \vdots \\ a_{n1} & a_{n2} & \cdots & a_{nn} \end{bmatrix}, \quad \mathbf{X} = \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{bmatrix}, \quad \mathbf{B} = \begin{bmatrix} b_1 \\ b_2 \\ \vdots \\ b_n \end{bmatrix}

(A.3)

A is a square (n ร— n) matrix while X and B are column matrices.

There are several methods for solving Eq. (A.1) or (A.3). These in clude substitution, Gaussian elimination, Cramerโ€™s rule, matrix inver sion, and numerical analysis.

A.1 Cramerโ€™s Rule

In many cases, Cramerโ€™s rule can be used to solve the simultaneous equa tions we encounter in circuit analysis. Cramerโ€™s rule states that the solution to Eq. (A.1) or (A.3) is