summaryrefslogtreecommitdiff
path: root/2459/CH24/EX24.2/Ex24_2.sce
blob: 16cd5e78658b364b54c0d70c22688df6cfeec5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter24
//example24.2
//page533

VBB=10 // V
eta=0.65
VD=0.7 // V

stand_off_voltage=eta*VBB
peak_point_voltage=VD+eta*VBB

printf("stand off voltage = %.3f V \n",stand_off_voltage)
printf("peak point voltage = %.3f V \n",peak_point_voltage)