summaryrefslogtreecommitdiff
path: root/1223/CH6/EX6.9/Ex6_9.sce
blob: ddaeb510aa15b660233bed0327f185d97326b067 (plain)
1
2
3
4
5
6
7
8
9
10
clear;
clc;
//Example 6.9
Rs=750;//Ohm
ro=12500;
g_m=11.3*10^-3;
x=1/g_m;
y=x*Rs/(x+Rs);
Ro=y*ro/(y+ro);
printf('\noutput resistance=%.3f ohm\n',Ro)