From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 74/CH10/EX10.13/example13_sce.sce | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to '74/CH10') 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 -- cgit