diff options
Diffstat (limited to 'Electronic_Devices_/Chapter9.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter9.ipynb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Electronic_Devices_/Chapter9.ipynb b/Electronic_Devices_/Chapter9.ipynb index a4cd060a..3bd19f57 100644 --- a/Electronic_Devices_/Chapter9.ipynb +++ b/Electronic_Devices_/Chapter9.ipynb @@ -22,7 +22,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Voltage gain'''", "", "# variable declaration", "V_CC=15.0; #supply voltage", @@ -91,7 +90,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' efficiency'''", "", "# variable declaration", "V_in=176.0*10**-3;", @@ -131,7 +129,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' ideal maximum current'''", "", "# variable declaration", "V_CC=20.00; #supply voltage", @@ -168,7 +165,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' ideal maximum current'''", "", "# variable declaration", "V_CC=20.0; #supply volatge", @@ -205,7 +201,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' ideal maximum current'''", "", "import math", "# variable declaration", @@ -252,7 +247,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' power accross load'''", "", "import math", "# variable declaration", @@ -308,7 +302,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' average power dissipation'''", "", "import math", "# variable declaration", @@ -346,7 +339,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' efficiency'''", "", "import math", "# variable declaration", |