summaryrefslogtreecommitdiff
path: root/74/CH10/EX10.10/example10_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '74/CH10/EX10.10/example10_sce.sce')
-rwxr-xr-x74/CH10/EX10.10/example10_sce.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/74/CH10/EX10.10/example10_sce.sce b/74/CH10/EX10.10/example10_sce.sce
new file mode 100755
index 000000000..1aa018e1c
--- /dev/null
+++ b/74/CH10/EX10.10/example10_sce.sce
@@ -0,0 +1,12 @@
+//chapter 10
+//example 10.10
+//page 357
+Vref=-1.25;
+Iadj=50*10^-6;
+R1=240;
+R2min=0;//to find minimum output voltage correspond to R2min=0
+Voutmin=Vref*(1+(R2min/R1))+Iadj*R2min;
+disp(Voutmin)
+R2max=5*10^3;//for maximum output voltage
+Voutmax=Vref*(1+(R2max/R1))+Iadj*R2max;
+disp(Voutmax)//volts \ No newline at end of file