summaryrefslogtreecommitdiff
path: root/74/CH3/EX3.19
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /74/CH3/EX3.19
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '74/CH3/EX3.19')
-rwxr-xr-x74/CH3/EX3.19/example19_sce.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/74/CH3/EX3.19/example19_sce.sce b/74/CH3/EX3.19/example19_sce.sce
new file mode 100755
index 000000000..35f0a89a6
--- /dev/null
+++ b/74/CH3/EX3.19/example19_sce.sce
@@ -0,0 +1,9 @@
+// chapter 3
+//example 3.19
+//page 163, figure 3.73
+R1=200;R2=100;Rf=100*10^3;//given
+Rg1=100+0;//potentiometer resistance is 0 at start
+gain1=((1+2*(Rf/Rg1))*(R2/R1));
+Rg2=100+100*10^3;//potentiometer maximum value
+gain2=((1+2*(Rf/Rg2))*(R2/R1));
+disp(gain1,gain2)// range of gain \ No newline at end of file