diff options
Diffstat (limited to '3636/CH11/EX11.3')
-rw-r--r-- | 3636/CH11/EX11.3/Ex11_3.sce | 9 | ||||
-rw-r--r-- | 3636/CH11/EX11.3/Ex11_3.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/3636/CH11/EX11.3/Ex11_3.sce b/3636/CH11/EX11.3/Ex11_3.sce new file mode 100644 index 000000000..1cae31f75 --- /dev/null +++ b/3636/CH11/EX11.3/Ex11_3.sce @@ -0,0 +1,9 @@ +clear;
+clc;
+beta1=20 //bjt gain
+beta2=20 //bjt gain
+
+//Calculation
+beta0=beta1+beta2+(beta1*beta2)
+
+mprintf("net common-emitter current gain= %g",beta0)
diff --git a/3636/CH11/EX11.3/Ex11_3.txt b/3636/CH11/EX11.3/Ex11_3.txt new file mode 100644 index 000000000..c1ed9d8d5 --- /dev/null +++ b/3636/CH11/EX11.3/Ex11_3.txt @@ -0,0 +1 @@ + net common-emitter current gain= 440
\ No newline at end of file |