diff options
Diffstat (limited to '226/CH5/EX5.1/example1_sce.sce')
-rwxr-xr-x | 226/CH5/EX5.1/example1_sce.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/226/CH5/EX5.1/example1_sce.sce b/226/CH5/EX5.1/example1_sce.sce new file mode 100755 index 000000000..b46dd965f --- /dev/null +++ b/226/CH5/EX5.1/example1_sce.sce @@ -0,0 +1,14 @@ +//chapter 5
+//example 5.1
+//page 182
+printf("\n")
+printf("given")
+Rc=12*10^3;Vcc=20;
+disp(" When Ic=0")
+Ic=0;
+Vce=Vcc-Ic*Rc
+disp(" At point A Ic=0 nad Vce=20")
+disp("When Vce=0")
+Vce=0;
+Ic=Vcc/Rc
+disp(" At point B Ic=1.7mA and Vce=0")
\ No newline at end of file |