summaryrefslogtreecommitdiff
path: root/2882/CH6/EX6.11/Ex6_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '2882/CH6/EX6.11/Ex6_11.sce')
-rwxr-xr-x2882/CH6/EX6.11/Ex6_11.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2882/CH6/EX6.11/Ex6_11.sce b/2882/CH6/EX6.11/Ex6_11.sce
new file mode 100755
index 000000000..4aca65eb4
--- /dev/null
+++ b/2882/CH6/EX6.11/Ex6_11.sce
@@ -0,0 +1,13 @@
+//Tested on Windows 7 Ultimate 32-bit
+//Chapter 6 Single Staje BJT Amplifiers Pg no. 204
+clear;
+clc;
+
+//Given Data
+
+B=190;//current gain of single transistor
+
+//Solution
+
+Bac=B^2;//current gain of superbeta transistor if B is the gain of each of the employed transistor
+printf("Bac = %d",Bac);