summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.15/Ex27_15.sce
blob: c7741d555886653c1e673fb9347613ff5e642514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
a=10
b=2
c=3

//Calculation
Vce=a-b
Ic=c-b
Ro=Vce/Ic

//Result
printf("\n The output resistance is %0.3f  k ohm",Ro)