diff options
Diffstat (limited to '620/CH29/EX29.2/example29_2.sce')
-rw-r--r-- | 620/CH29/EX29.2/example29_2.sce | 5 |
1 files changed, 5 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 |