diff options
Diffstat (limited to '620/CH29/EX29.2')
-rw-r--r-- | 620/CH29/EX29.2/example29_2.sce | 5 | ||||
-rw-r--r-- | 620/CH29/EX29.2/example29_2.txt | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/620/CH29/EX29.2/example29_2.sce b/620/CH29/EX29.2/example29_2.sce new file mode 100644 index 000000000..362c99d54 --- /dev/null +++ b/620/CH29/EX29.2/example29_2.sce @@ -0,0 +1,5 @@ +ie=6;
+ib=120*10^(-3);
+ic=ie-ib;
+alpha=ic/ie;
+disp("the alpha of the transistor is"); disp(alpha);
\ No newline at end of file diff --git a/620/CH29/EX29.2/example29_2.txt b/620/CH29/EX29.2/example29_2.txt new file mode 100644 index 000000000..e5a72dba2 --- /dev/null +++ b/620/CH29/EX29.2/example29_2.txt @@ -0,0 +1,4 @@ +the alpha of the transistor is
+
+ 0.98
+
\ No newline at end of file |