summaryrefslogtreecommitdiff
path: root/2582/CH3/EX3.3/Ex3_3.sce
blob: fb8c4e4c72fabcfdb25e0ec66cd4df130745e357 (plain)
1
2
3
4
5
6
7
8
//Ex 3.3
clc;clear;close;
G=-10;//Gain
Ri=100;//kohm(input resistance)
R1=Ri;//kohm
R2=-G*R1;//kohm
disp(R1,"Value of R1(kohm)");
disp(R2/1000,"Value of R2(Mohm)");