diff options
Diffstat (limited to '3636/CH11/EX11.3/Ex11_3.sce')
-rw-r--r-- | 3636/CH11/EX11.3/Ex11_3.sce | 9 |
1 files changed, 9 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)
|