summaryrefslogtreecommitdiff
path: root/991/CH6/EX6.14/Example6_14.sce
blob: 053e51f9af2f1de479d7c599ca47842251564a8a (plain)
1
2
3
4
5
6
7
//Example 6.14.
clc
format(6)
delta_IC=0.99*10^-3
delta_IE=1*10^-3
alpha=delta_IC/delta_IE
disp(alpha,"The current gain of the transistor is alpha = delta_IC/delta_IE = ")