summaryrefslogtreecommitdiff
path: root/3630/CH19/EX19.11/Ex19_11.sce
blob: 534e7fc4d82ef7489972d00e7901b914cefe830e (plain)
1
2
3
4
5
6
7
clc;
Vcon=6;
Vcc=12;
VT1=(1/2)*Vcon;
VT2=(1/3)*Vcc;
disp('V',VT1,"VT1=");//The answers vary due to round off error
disp('V',VT2,"VT2=");//The answers vary due to round off error