1 2 3 4 5 6 7 8 9 10 11
//chspter5 //example5.1 //page85 mu=20 rp=10 // kilo ohm Rl=15 // kilo ohm Av=mu*Rl/(rp+Rl) printf("voltage gain = %.3f",Av)