Concept explainers
Find the mesh currents in the circuit of Figure 3.98 using MATLAB.
Answer to Problem 53P
The value of currents
Explanation of Solution
Given data:
Refer to Figure 3.98 in the textbook for mesh analysis.
Calculation:
From Figure 3.98, write the expression for current
Apply Kirchhoff’s voltage law to loop 1 with current
Apply Kirchhoff’s voltage law to loop 2 with current
Substitute equation (1) in (3).
Apply Kirchhoff’s voltage law to loop 3 with current
Substitute equation (1) to (5).
Apply Kirchhoff’s voltage law to loop 5 with current
Substitute equation (1) to (7).
MATLAB code:
Write the MATLAB code to solve the equations (2), (4), (6), and (8) as follows in MATLAB code editor, and save it as “node353”, and then run the code. The result will shows in main command window.
syms i1 i2 i3 i5
eq1 = 4*i1 -3*i2 -1*i3 +0*i5 == 0.012;
eq2 = -3*i1 +7*i2 +0*i3 +0*i5 == -0.012;
eq3 = -1*i1 +0*i2 +15*i3 -6*i5 == -0.024;
eq4 = 0*i1 +0*i2 -3*i3 +8*i5 == -0.012;
sol = solve([eq1, eq2, eq3, eq4], [i1, i2, i3, i5]);
val1 = sol.i1;
val2 = sol.i2;
val3 = sol.i3;
val4 = -0.003;
val5 = sol.i5;
i1= sprintf('%.7f A',val1)
i2= sprintf('%.7f A',val2)
i3= sprintf('%.7f A',val3)
i4= sprintf('%.3f A',val4)
i5= sprintf('%.7f A',val5)
The output in command window:
i1 = '0.0016196 A'
i2 = '-0.0010202 A'
i3 = '-0.0024612 A'
i4 = '-0.003 A'
i5 = '-0.0024230 A'
Convert obtained value of currents in milli amperes (mA).
Conclusion:
Therefore, the value of currents
Want to see more full solutions like this?
Chapter 3 Solutions
EBK FUNDAMENTALS OF ELECTRIC CIRCUITS
- Consider a Continuous- time LTI System. described by y' (+)+ nycH) = x(+) find yet for усн b) x(+) = u(+) Sul. a) x(+)= ētu(+). c) X(+= √(+) jw few) +2 kW) = X (w) (jw+2) Y(W)= X(w) Han Youn X(w) ½ztjuk a) X (W) = 1 + jw Y(W)= X(w) H(W). I tjw z+jw tjw = 1+jw 2+jw y (+) = (e+ - e²+) 4(+) b) XIW): π (W) + |/|/w Y₁W) = [π √(W) + 1/w] =² + j w zxjw How = π √(w) 1 ㅠ беш) 24jw + *= II 8 (W) + 1 1 1 1 2 4 jw = 2 y(+)= \uct) - e²+us+] - SINAALINE ju 2+ jwarrow_forwardNO AI PLEASE SHOW WORKarrow_forwardDon't use ai to answer I will report you answerarrow_forward
- Compute the Laplace transform of the following time domain function using only L.T. properties: f(t)=(t-3)eu(t-2) The Laplace Transform of x(t) = 8(-1) - u(1) is X(s): = (a) 2πδ(s) (b) 1-1 S (c) j2πδ (s) (d) - 1/3 Sarrow_forwardUf you don't know, don't attempt this questions,no Ai or it's screen shot should be usedarrow_forwardFind the initial and final values of sequence x(n) from X(Z) below using the initial and final value properties X(Z) = = z-1arrow_forward
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,