diff options
Diffstat (limited to 'Electronic_Devices_/Chapter4.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter4.ipynb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Electronic_Devices_/Chapter4.ipynb b/Electronic_Devices_/Chapter4.ipynb index b76b7b18..8aaa9760 100644 --- a/Electronic_Devices_/Chapter4.ipynb +++ b/Electronic_Devices_/Chapter4.ipynb @@ -42,7 +42,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' To find Emitter current'''", "", "# variable declaration", "I_C=3.65*10**-3; #collector current in amperes", @@ -79,7 +78,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Current and Voltage values'''", "", "# variable declaration", "V_BE=0.7; # voltage in volt", @@ -129,7 +127,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Ideal family of collector curve'''", "", "", "import pylab as py", @@ -199,7 +196,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Transistor saturtion condition'''", "", "# variable declaration", "V_CE_sat=0.2; # voltage in volt", @@ -243,7 +239,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''maximum collector current'''", "", "#Variable declaration", "P_D_max=250*10**-3; #max power rating of transistor in watts", @@ -285,7 +280,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''voltage drop across transistor''' ", "", "#Variable declaration", "P_D_max=800*10**-3; #max power rating of transistor in watts", @@ -333,7 +327,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Power dissipation'''", "", "#Variable declaration", "df=5*10**-3; #derating factor in watts per degree celsius", @@ -370,7 +363,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''voltage gain'''", "", "#Variable declaration", "R_C=1*10**3; #resistance in ohm", @@ -408,7 +400,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Power dissipation'''", "", "#Variable declaration", "V_CC=10.0; #voltage in volt", |