summaryrefslogtreecommitdiff
path: root/196/CH8/EX8.6/example_8_6.sce
blob: b55c8c2cb909f053a45006ef1881ee7dbdb85e0d (plain)
1
2
3
4
5
6
7
8
9
//Chapter 8
//Example 8-6
//ProbOnCollectorVoltage 
//Page 226,227, Figure 8-9(b)
clear;clc;
//Given
Vout = 5 ; //Output Voltage
Vce = Vout ; 
printf ( "\n\n Collector Voltage = %.4f V ", Vce )