Mesh Current circuit calculations with matricies

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
thehippyseal
Messages
2
Reaction score
0

Homework Statement


Using matrix algebra calculate the voltage expected across each resister in the circuit diagram.

Only need the simultaneous equations.

The Attempt at a Solution


-15=6800(I_b-I_a )+2200(I_b-I_c)
15=2200(I_c-I_b )+8200(I_c-I_d)
-25=8200(I_d-I_c )+4700I_d

Thanks for any help.
 

Attachments

  • circuit diagram.png
    circuit diagram.png
    11.7 KB · Views: 595
Physics news on Phys.org
thehippyseal said:

Homework Statement


Using matrix algebra calculate the voltage expected across each resister in the circuit diagram.

Only need the simultaneous equations.

The Attempt at a Solution


-15=6800(I_b-I_a )+2200(I_b-I_c)
15=2200(I_c-I_b )+8200(I_c-I_d)
-25=8200(I_d-I_c )+4700I_d

Thanks for any help.

Hi thehippyseal, Welcome to PF.

It looks like you're doing okay finding the mesh equations. You haven't written one for the first mesh (Ia) yet.

Once you have equations for all four loops, for each equation collect the terms for each current so you've got the form: a*Ia + b*Ib + c*Ic + d*Id = V. It should be straightforward to go to the matrix form from there.
 
Thanks for the reply. I seem to have got it right then.

With Ia I have
20=3300I_a+6800(I_a-I_c)
-15=6800(I_b-I_a )+2200(I_b-I_c)
15=2200(I_c-I_b )+8200(I_c-I_d)
-25=8200(I_d-I_c )+4700I_d

Cheers.