summaryrefslogtreecommitdiff
path: root/3636/CH8/EX8.7/Ex8_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH8/EX8.7/Ex8_7.sce')
-rw-r--r--3636/CH8/EX8.7/Ex8_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3636/CH8/EX8.7/Ex8_7.sce b/3636/CH8/EX8.7/Ex8_7.sce
new file mode 100644
index 000000000..acf9a8173
--- /dev/null
+++ b/3636/CH8/EX8.7/Ex8_7.sce
@@ -0,0 +1,11 @@
+clc;
+clear;
+Wb=0.5*10^-6 //width of base region in m
+Dp=15*10^-4 // in m^2/s
+
+//Calculation
+tau_n=Wb^2/(2*Dp) //in s
+tau_B=tau_n //in s
+fT=1/(2*%pi*tau_B)
+
+mprintf("a) upper frequency limit= %1.2e Hz",fT)