summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.5/Ex8_5.sce
blob: c0f33cd59e6353ec48df6177062562ad7bad1ec7 (plain)
1
2
3
4
5
6
7
8
9
clc;
Vout=0.3; //volt
RL=1200; //Ohm
Zout=300; //ohm
VL=Vout*(RL/(RL+Zout)); //voltage divider rule
disp('mV',VL*1000,"Vl=");//The answers vary due to round off error