summaryrefslogtreecommitdiff
path: root/2444/CH4/EX4.5/ex4_5.sce
blob: 344c3282949a8f1bae6c4cf426c4a76458b3ba0b (plain)
1
2
3
4
5
6
7
8
9
10
11
// Exa 4.5
clc;
clear;
close;
format('v',8)
// Given data
delV_EB = 200;// in mV
delI_E = 5;// in mA
// Dynamic input resistance for CB configuration,
r_in = delV_EB/delI_E;// in ohm
disp(r_in,"The dynamic input resistance of transistor in ohm is");