eeruri

0 Reputation

One Badge

14 years, 38 days

MaplePrimes Activity


These are questions asked by eeruri

Hi,

I need to solve the following system of equations:

eq1 := (vi-vg)/Z0 - (vg-vs)/Z1-(vg-vd)/Z2;

eq2 := vs - [(vg-vs)/Z1 + gm*(vg-vs) + (vd-vs)/r0]*Z3;

eq3 := (vg-vd)/Z2 - gm*(vg-vs) - (vd-vs)/r0 -vd/Z4;

I am expecting the solutions for vg, vs, vd, so the following command was used:

solve({eq1,eq2,eq3},{vg,vs,vd});

but it kept giving me the warning message of: 

Page 1 of 1