diff options
Diffstat (limited to '226/CH18/EX18.5/example5_sce.sce')
-rwxr-xr-x | 226/CH18/EX18.5/example5_sce.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH18/EX18.5/example5_sce.sce b/226/CH18/EX18.5/example5_sce.sce new file mode 100755 index 000000000..8a931b278 --- /dev/null +++ b/226/CH18/EX18.5/example5_sce.sce @@ -0,0 +1,10 @@ +//chapter 18
+//example 18.5
+//page 769
+printf("\n")
+printf("given")
+Vr1=3;Ic2=1*10^-3;Ib3=.21*10^-3;Vbe1=.7;Vbe3=Vbe1;Vs=20;
+R1=Vr1/(Ic2+Ib3)
+Vz2=Vo+Vbe1+Vbe3+Vr1
+Ir7=5*10^-3;
+R2=(Vs-Vz2)/Ir7
\ No newline at end of file |