summaryrefslogtreecommitdiff
path: root/2045/CH5/EX5.27
diff options
context:
space:
mode:
Diffstat (limited to '2045/CH5/EX5.27')
-rwxr-xr-x2045/CH5/EX5.27/Ex5_27.pdfbin0 -> 12614 bytes
-rwxr-xr-x2045/CH5/EX5.27/Ex5_27.sce15
2 files changed, 15 insertions, 0 deletions
diff --git a/2045/CH5/EX5.27/Ex5_27.pdf b/2045/CH5/EX5.27/Ex5_27.pdf
new file mode 100755
index 000000000..cbc734101
--- /dev/null
+++ b/2045/CH5/EX5.27/Ex5_27.pdf
Binary files differ
diff --git a/2045/CH5/EX5.27/Ex5_27.sce b/2045/CH5/EX5.27/Ex5_27.sce
new file mode 100755
index 000000000..1ea8f4320
--- /dev/null
+++ b/2045/CH5/EX5.27/Ex5_27.sce
@@ -0,0 +1,15 @@
+//pagenumber 305 example 27
+clear
+ic=0.5*10^-3;//ampere
+rb=100*10^3;//ohm
+v1=0.026;//volt
+r1=50;//ohm
+colres=1*10^3;//ohm
+g=ic/v1;
+volgai=g*colres;
+disp("output resistance = "+string((colres))+"ohm");
+disp("input resistance very low");//not given in the book
+disp("voltage gain = "+string((volgai)));
+
+
+