diff options
Diffstat (limited to '226/CH4/EX4.6/example6_sce.sce')
-rwxr-xr-x | 226/CH4/EX4.6/example6_sce.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/226/CH4/EX4.6/example6_sce.sce b/226/CH4/EX4.6/example6_sce.sce new file mode 100755 index 000000000..6b9ef9b16 --- /dev/null +++ b/226/CH4/EX4.6/example6_sce.sce @@ -0,0 +1,9 @@ +//chapter 4
+//example 4.6
+//page 169
+printf("\n")
+printf("given")
+Vbe=.7;Vce=-6;
+Ib=20*10^-6
+Ic=2.5*10^-3//from output characteristics
+Bdc=Ic/Ib
\ No newline at end of file |