summaryrefslogtreecommitdiff
path: root/3630/CH19/EX19.9/Ex19_9.sce
blob: 02582ad115f0286fc509d23d1f357f12640944fd (plain)
1
2
3
4
5
6
7
8
clc;
rf2=1000;
rf1=2000;
req=(rf2/(rf1+rf2));
UTP=req*9;
LTP=req*-9;
disp('V',UTP,"UTP=");//The answers vary due to round off error
disp('V',LTP,"LTP=");//The answers vary due to round off error