From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3636/CH11/EX11.3/Ex11_3.sce | 9 +++++++++ 3636/CH11/EX11.3/Ex11_3.txt | 1 + 2 files changed, 10 insertions(+) create mode 100644 3636/CH11/EX11.3/Ex11_3.sce create mode 100644 3636/CH11/EX11.3/Ex11_3.txt (limited to '3636/CH11/EX11.3') 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 -- cgit