summaryrefslogtreecommitdiff
path: root/3637/CH2/EX2.17/Ex2_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH2/EX2.17/Ex2_17.sce')
-rw-r--r--3637/CH2/EX2.17/Ex2_17.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH2/EX2.17/Ex2_17.sce b/3637/CH2/EX2.17/Ex2_17.sce
new file mode 100644
index 000000000..4b9aa58cc
--- /dev/null
+++ b/3637/CH2/EX2.17/Ex2_17.sce
@@ -0,0 +1,11 @@
+//problem 17 pagenumber 2.100
+//given
+R=100e3;//ohm
+IB=1e-6;//A
+Vt=25e-3;//volt
+v0=0;//volt
+
+
+//determine Vin
+Vin=(v0*2.3*Vt)+(R*IB);format(6);
+disp("Vin = "+string(Vin)+" V");