< Circuit Theory < Source Injection
numeric::linsolve([
(1-va)/2 - (va-vb)/4 - va/5,
(1-vb)/3 + (va-vb)/4 - vb/6,
current = (1-va)/2 + (1-vb)/3],[va,vb,current])

[va = 0.7051282051, vb = 0.6794871795, current = 0.2542735043]

current = 0.2542735043;
vs = 1;
Req = vs/current
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.