summaryrefslogtreecommitdiff
path: root/2330/CH14/EX14.7/ex14_7.sce
blob: df3e4e5c05700016ce519c3fc4f46822e11c5727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example 14.7
format('v',6)
clc;
clear;
close;
// given data
V_E= 1;// in V
R= 400;// in Ω
I= 7*10^-3;// in A
// The emitter supply voltage
V= V_E+I*R;// in V
disp(V,"The emitter supply voltage in volts is : ")