diff options
Diffstat (limited to 'Electronic_Devices_/Chapter5.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter5.ipynb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Electronic_Devices_/Chapter5.ipynb b/Electronic_Devices_/Chapter5.ipynb index 1b456628..1bcf9f83 100644 --- a/Electronic_Devices_/Chapter5.ipynb +++ b/Electronic_Devices_/Chapter5.ipynb @@ -42,7 +42,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Peak base current'''", "", "# variable declaration", "V_BB=10.0; #voltage in volt", @@ -89,7 +88,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' DC input resistance'''", "", "# variable declaration", "B_DC=125.0; #DC value", @@ -123,7 +121,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Transistor saturation condition'''", "", "# variable declaration", "B_DC=100; #DC value", @@ -177,7 +174,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Emitter-Collector Voltage'''", "", "# variable declaration", "V_EE=10.0; #voltage in volt", @@ -228,7 +224,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Collector-Emitter Voltage'''", "", "# variable declaration", "R1=68.0*10**3; #resistance in ohm", @@ -280,7 +275,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' change in collector emitter voltage'''", "", "# variable declaration", "V_CC=12.0; #voltage in volt", @@ -328,7 +322,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' percent change in collector emitter voltage'''", "", "# variable declaration", "V_CC=20.0; #voltage in volt", @@ -391,7 +384,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Q point current and voltage'''", "", "# variable declaratio", "V_CC=10.0; #voltage in volt", |