photo

PRASANTH R


Last seen: etwa 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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) ...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 4 Jahre vor | 5 Antworten | 0

5

Antworten