summaryrefslogtreecommitdiff
path: root/2459/CH22/EX22.2/Ex22_2.sce
blob: cf9bc854a2398a6165460ba312ef3ac666b68fde (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter22
//example22.2
//page491

I_DSS=32 // mA
V_GS=-4.5 // V
V_GS_off=-8 // V

I_D=I_DSS*(1-V_GS/V_GS_off)^2

printf("drain current = %.3f mA \n",I_D)