Question

Problem 03.025-Nodal analysis: Independent current source In the circuit given below, R-15 Ω. Determine the nodal voltages us
0 0
Add a comment Improve this question Transcribed image text
Answer #1


2 6 3 2. O 2口 2 O at rede Vi: i o I O at node V,: l O 20 l o lo lo2d3 1 5 1225 -o 3 0 o 2663L v4

Matlab Code:

clc
clear all
R=[ 1.05 -1 0 -0.05;
    -1 1.225 -0.1 0;
    0 -0.1 0.25 -0.1;
    -0.05 0 -0.1 0.2166667]
I=[ 4;0;0;0]
V= inv(R)*I
V1= V(1,1)
V2=V(2,1)
V3=V(3,1)
V4=V(4,1)

Matlab Output:


R =

    1.0500   -1.0000         0   -0.0500
   -1.0000    1.2250   -0.1000         0
         0   -0.1000    0.2500   -0.1000
   -0.0500         0   -0.1000    0.2167


I =

     4
     0
     0
     0


V =

   24.0811
   20.7100
   12.8858
   11.5045


V1 =

   24.0811


V2 =

   20.7100


V3 =

   12.8858


V4 =

   11.5045

>>

Add a comment
Know the answer?
Add Answer to:
Problem 03.025-Nodal analysis: Independent current source In the circuit given below, R-15 Ω. Determine the nodal...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT