summaryrefslogtreecommitdiff
path: root/3630/CH4/EX4.4/Ex4_4.sce
blob: b4e078f3c356bfba8c3919afe00884ef17f440be (plain)
1
2
3
4
5
6
clc;
Vin=8; //volt
RL=6200; //ohm
Rs=100; //ohm
VL=Vin*(RL/(RL+Rs)); //volt
disp('Vpk',VL,"VL=");//The answers vary due to round off error