diff options
Diffstat (limited to '2045/CH4/EX4.43/Ex4_43.sce')
-rwxr-xr-x | 2045/CH4/EX4.43/Ex4_43.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH4/EX4.43/Ex4_43.sce b/2045/CH4/EX4.43/Ex4_43.sce new file mode 100755 index 000000000..4c470e9a3 --- /dev/null +++ b/2045/CH4/EX4.43/Ex4_43.sce @@ -0,0 +1,11 @@ +//pagenumber 226 example 43
+re=100;//ohm
+beta1=100;
+rb=1*10^3;//ohm
+stability=(1+beta1)/(1+beta1*(re/(re+rb)));
+r1=3.8//r2
+disp("r1 = 3.8*r2");//correction in the book not given in question
+
+
+
+
|