PRASANTH R
Followers: 0 Following: 0
Feeds
提问
question on electrical circuit
function out = voltage(V,R) %A*out = y %out[A;B;C] 3X1 Mmatrix A = zeros(3,3); y = zeros(3,1); % FROM THE FIRST EQ A(1,1) ...
4 years 前 | 0 个回答 | 0
0
个回答提问
To Write a function called voltage that computes the voltages at different junctions in electrical circuit. after writing the program the output is not coming please help
function sol = voltage(V,R) M =[R(2)*R(7)+R(1)*R(2)+R(1)*R(7),-R(1)*R(2),0;-R(3)*R(4)*R(8),R(4)*R(7)*R(8)+R(3)*R(4)*R(8)+R(3)*R...
4 years 前 | 5 个回答 | 0