diff options
Diffstat (limited to '2045/CH4/EX4.23/Ex4_23.sce')
-rwxr-xr-x | 2045/CH4/EX4.23/Ex4_23.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH4/EX4.23/Ex4_23.sce b/2045/CH4/EX4.23/Ex4_23.sce new file mode 100755 index 000000000..2cfcfb5ca --- /dev/null +++ b/2045/CH4/EX4.23/Ex4_23.sce @@ -0,0 +1,11 @@ +//example.23
+rb=200*10^3;//ohm
+rc=2*10^3;//ohm
+vcc=20;//volt
+ib=(vcc)/(rb+200*rc);
+ic=200*ib;
+disp("ic = "+string((ic))+"ampere");//correction in book
+
+
+
+
|