diff options
Diffstat (limited to '226/CH5/EX5.2/example2_sce.sce')
-rwxr-xr-x | 226/CH5/EX5.2/example2_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH5/EX5.2/example2_sce.sce b/226/CH5/EX5.2/example2_sce.sce new file mode 100755 index 000000000..9a1aea3e1 --- /dev/null +++ b/226/CH5/EX5.2/example2_sce.sce @@ -0,0 +1,13 @@ +//chapter 5
+//example 5.2
+//page 186
+printf("\n")
+printf("given")
+Vcc=18;Rc=2.2*10^3;Ib=40*10^-6;
+disp("when Ic=0")
+Ic=0;
+Vce=Vcc-Ic*Rc
+disp("At point A Ic=0 and Vce=18")
+disp("when Vce=0")
+Ic=Vcc/Rc
+disp(" at point B Ic=8.2mA and Vce=0")
\ No newline at end of file |