1 2 3 4 5 6 7 8 9 10
//chapter22 //example22.4 //page493 V_GS=15 // V I_G=1d-9 // A R_GS=V_GS/I_G printf("gate source resistance = %.3f ohm or %.3f mega ohm \n",R_GS,R_GS/1d6)