summaryrefslogtreecommitdiff
path: root/74/CH10
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /74/CH10
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '74/CH10')
-rwxr-xr-x74/CH10/EX10.13/example13_sce.sce32
1 files changed, 16 insertions, 16 deletions
diff --git a/74/CH10/EX10.13/example13_sce.sce b/74/CH10/EX10.13/example13_sce.sce
index 8df9708fc..9aef04507 100755
--- a/74/CH10/EX10.13/example13_sce.sce
+++ b/74/CH10/EX10.13/example13_sce.sce
@@ -1,17 +1,17 @@
-//chapter 10
-//example 10.13
-//page 373
-Vref=7;Vsense=.65;
-Voutmin=9;Voutmax=12; I1=.5;Imax=150*10^-3;
-R2=10*10^3;//let assume
-//(R1+R2)/R2=Vout/Vref-----------eq(1)
-R1min=2*R2/7;
-disp(R1min)
-Voutmax=12
-R1max=5*R2/7;//using eq (1)
-disp(R1max)
-Rsc=Vsense/Il;
-disp(Rsc)
-R3=(R1max*R2)/(R1max+R2)
-Bmin=Il/Imax;
+//chapter 10
+//example 10.13
+//page 373
+Vref=7;Vsense=.65;
+Voutmin=9;Voutmax=12; I1=.5;Imax=150*10^-3;
+R2=10*10^3;//let assume
+//(R1+R2)/R2=Vout/Vref-----------eq(1)
+R1min=2*R2/7;
+disp(R1min)
+Voutmax=12
+R1max=5*R2/7;//using eq (1)
+disp(R1max)
+Rsc=Vsense/I1;
+disp(Rsc)
+R3=(R1max*R2)/(R1max+R2)
+Bmin=I1/Imax;
disp(Bmin) \ No newline at end of file