summaryrefslogtreecommitdiff
path: root/68/CH2/EX2.3/ex3.sce
blob: 1d22976896348b1aea1de8939bfdfad5cc90f17f (plain)
1
2
3
4
5
// Example 2.3 : Design instrumentation amplifier
R_2=1-50000-1/1000+50;
disp(R_2,"R_2 (ohm)")
R_1=2*R_2/999;
disp(R_1,"R_1 (ohm)")