summaryrefslogtreecommitdiff
path: root/887/CH13/EX13.1/13_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '887/CH13/EX13.1/13_1.sce')
-rwxr-xr-x887/CH13/EX13.1/13_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/887/CH13/EX13.1/13_1.sce b/887/CH13/EX13.1/13_1.sce
new file mode 100755
index 000000000..cb6718e6c
--- /dev/null
+++ b/887/CH13/EX13.1/13_1.sce
@@ -0,0 +1,7 @@
+clc
+//ex13.1
+V_CE=4; //It should be high enough so that collector base junction is reverse-biased
+i_B=30*10^-6; //base current, a value is selected from the graph
+i_C=3*10^-3; //collector current corresponding to values of i_B and V_CE
+B=i_C/i_B; //beta value
+disp(B,'The value of beta B is')