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)