Two loop combination circuit simulated with matrix math
显示 更早的评论
I am trying to find the I1 and I2 (current) of this cicuit using a marix math program.

with the varibles
B1 = +10 V, B2 = +25V, R1 = 12 Ω, R2 = 21Ω, and R3 = 7Ω
I made this bad atempt at it with
I1
I2
B = [10; 25]
I = [I1; I2]
R = [12 21 7]
In = inv(R)*B
I got stuck on it and am not sure I know what I am doing.
any sugestions or examples would help.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Circuits and Systems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!