diff options
Diffstat (limited to '3630/CH19/EX19.9/Ex19_9.sce')
-rw-r--r-- | 3630/CH19/EX19.9/Ex19_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH19/EX19.9/Ex19_9.sce b/3630/CH19/EX19.9/Ex19_9.sce new file mode 100644 index 000000000..02582ad11 --- /dev/null +++ b/3630/CH19/EX19.9/Ex19_9.sce @@ -0,0 +1,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
|