diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Electronic_Devices_/Chapter9.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
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", |