summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.2/Ex8_2.sce
blob: 293102b869f106358993579c97027dec6294f212 (plain)
1
2
3
4
5
clc;
Vin=0.00024; //volt
Av=625; //Voltagegain
Vout=Av*Vin; //volt
disp('mV',Vout*1000,"Vout=");//The answers vary due to round off error