diff options
Diffstat (limited to '226/CH14/EX14.5')
-rwxr-xr-x | 226/CH14/EX14.5/example5_sce.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH14/EX14.5/example5_sce.sce b/226/CH14/EX14.5/example5_sce.sce new file mode 100755 index 000000000..fdeb0e10e --- /dev/null +++ b/226/CH14/EX14.5/example5_sce.sce @@ -0,0 +1,10 @@ +//chapter 14
+//example 14.5
+//page 605
+printf("\n")
+printf("given")
+Ib=500*10^-9;Vi=50*10^-3;Vo=2;
+I2=100*Ib;
+R3=Vi/I2
+R2=(Vo/I2)-R3
+R1=(R2*R3)/(R2+R3)
\ No newline at end of file |