summaryrefslogtreecommitdiff
path: root/1223/CH3/EX3.2/Ex3_2.sce
blob: 311a2898f0a3feb1c2ec3f528c2a40d1ed817588 (plain)
1
2
3
4
5
6
7
8
clear;
clc;
//Example 3.2
b=100;//common emitter current gain
BVcbo=120;//(V) break down voltage of the B-C junction
n=3;//empirical constant
BVceo=BVcbo/(b)^(1/n);
printf('\nbreakdown voltage=%.2f V\n',BVceo)