summaryrefslogtreecommitdiff
path: root/147/CH8/EX8.5/Example8_5.sce
blob: 1b1697072787e679af2e99766157b189f593b917 (plain)
1
2
3
4
5
6
7
8
9
10
close();
clear;
clc;
Ibq = 40*10^(-6); //A
Vbb = 6; //V
Vbeq = 0.7; //for Si transistor
//By KVL around the base-emitter
//Vbb = Ibq*Rb + Vbeq;
Rb = (Vbb-Vbeq)/Ibq; //ohm
mprintf("Rb = %0.1f k ohm",Rb/1000);