summaryrefslogtreecommitdiff
path: root/3630/CH16/EX16.2/Ex16_2.sce
blob: 564f6a6dfdc00ac8fe86e8a96549aca2e4266fb7 (plain)
1
2
3
4
5
6
clc;
V=5;
R2=30000;
R1=120000;
Vref=V*(R2/(R1+R2));
disp('V',Vref,"Vref=");