summaryrefslogtreecommitdiff
path: root/1026/CH6/EX6.17/Example6_17.sce
blob: 53547fe0b22aded4790183521f8e3f005414d273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter6,Example6_17,pg 148

alpha=0.99

Icbo=0.5*10^-6

B=alpha/(1-alpha)

Iceo=(1/(1-alpha))*Icbo

printf("B=%.f \n",B)

printf("Iceo=%.8f A",Iceo)