summaryrefslogtreecommitdiff
path: root/2459/CH22/EX22.4/Ex22_4.sce
blob: a01b294eff585401d1800f5fc76558d9fb1b062b (plain)
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)