summaryrefslogtreecommitdiff
path: root/147/CH11/EX11.10/Example11_10.sce
blob: 7e926bf13579fc31dff6d0cd875c85a890e78f07 (plain)
1
2
3
4
5
6
7
8
9
close();
clear;
clc;
Vcc = 5;//V
Vcesat = 0.2;
Rc = 640;
Icsat = (Vcc-Vcesat)/Rc;
P = 2*Vcc*Icsat;
mprintf('Power dissipated by RTL P = %0.0f mW',P*1000);