summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.3/Ex8_3.sce
blob: 3c089802d9f53cc4b8fb2e5c93b99161f8f89146 (plain)
1
2
3
4
5
6
clc;
Zin=1500; //ohm
Rs=100; //Ohm
Vs=0.002; //Volt
Vin=Vs*(Zin/(Zin+Rs)); //Volt
disp('mV',Vin*1000,"Vin=");//The answers vary due to round off error