summaryrefslogtreecommitdiff
path: root/671/CH2/EX2.19/2_19.sce
blob: d57dd9fccaf1cfb4e460b6e331a0979447b009fc (plain)
1
2
3
4
5
6
7
//convert dependent current source to dependent voltage source

//Mesh Equations
A=[14,-2,0;-2,18,3;2,-2,-1]
O=inv(A)*[100;0;0]

disp(O(3))