![Fundamentals of Electric Circuits](https://www.bartleby.com/isbn_cover_images/9780078028229/9780078028229_largeCoverImage.gif)
Concept explainers
Find the mesh currents in the circuit of Figure 3.98 using MATLAB.
![Check Mark](/static/check-mark.png)
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
Fundamentals of Electric Circuits
- For the Circuit Below Find: A) io in terms of Rb and the numerical resistor values provided in the schematic. Reduce your solution to a minimal Equations B)the power delivered across Rb in terms of Rb and the numerical resistor values provided in the schematic. Reduce your solution to a minimal equation. C) the power delivered across Rc if Rb is 5 Q Ra $50 15Ω M 120 90V +1 Rb 150 150 m Rcarrow_forwardProblems A.1 The square-law modulator is a device for the generation of DSB-PC-AM signals. In the square-law modulator, the sum of the modulating signal and the carrier wave forms the input signal to a nonlinear device. The output signal of the nonlinear device is a linear combination of the input signal and the square of the input signal. The output signal of the nonlinear device is then band-pass filtered. The BPF has a center frequency that is the same as the carrier frequency and a bandwidth that is twice the message bandwidth. Show the output of the BPF is a DSB-PC-AM signal, and determine a requirement between the carrier frequency and the message bandwidth that must be satisfied.arrow_forwardGive the current voltage relationship of the D-MOSFET and E-MOSFET.arrow_forward
- Answer A is wrong.arrow_forwardThe part of machine level instruction, which tells the central processor what was to be done is: A. Address B. None of the above C. Operation code D. Operandarrow_forwardWhich of the following statement is TRUE? 1. In RISC processors, each instruction requires only two clock cycles to complete, resulting in consistent execution time 2. RISC has more transistors and fewer registers 3. RISC has more registers and fewer transistorsarrow_forward
- A half-wave controlled rectifier is supplied by a 230 Vrms voltage source and has load resistance of 2502. Calculate the delay angle a that produces a load-absorbed power of 200W.arrow_forwardnot use ai pleasearrow_forwardFigure 1 shows a half-wave controlled rectifier which is supplied by a Vin = 120 Vrms voltage source. Assume that the load resistance is R = 10 2. Determine: a) The firing angle a of the thyristor to produce an average output voltage 50Vdc. Vin=Vmsinoot b) The average power Po absorbed by the load R. Figure 1 R = 1092arrow_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,
![Text book image](https://www.bartleby.com/isbn_cover_images/9780133923605/9780133923605_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337900348/9781337900348_smallCoverImage.jpg)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780078028229/9780078028229_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780134746968/9780134746968_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9780078028151/9780078028151_smallCoverImage.gif)