diff options
Diffstat (limited to 'Linear_Integrated_Circuits/Chapter_8.ipynb')
-rw-r--r-- | Linear_Integrated_Circuits/Chapter_8.ipynb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Linear_Integrated_Circuits/Chapter_8.ipynb b/Linear_Integrated_Circuits/Chapter_8.ipynb index 09138a1f..b9f79a2c 100644 --- a/Linear_Integrated_Circuits/Chapter_8.ipynb +++ b/Linear_Integrated_Circuits/Chapter_8.ipynb @@ -22,7 +22,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Linear Voltage Regulator'''", "", "#Variable Declaration:", "Vo=15.0 #Output voltage in volt", @@ -99,7 +98,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''7805 Voltage Regulator'''", "", "#Variable Declaration:", "IL=0.25 #Current in ampere", @@ -145,7 +143,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''7805 Regulator Circuit'''", "", "#Variable Declaration:", "VL=5.0 #Voltage in volt", @@ -224,7 +221,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''LM317 Regulator'''", "", "#Variable Declaration:", "R1=240.0 #Resistance in ohm", @@ -260,7 +256,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Voltage regulator using LM317'''", "", "#Variable Declaration:", "Iadjmax=100.0*10**-6 #Current in ampere", @@ -307,7 +302,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Current Limiting Circuit'''", "", "#Variable Declaration:", "ILmax=0.5 #Current in ampere", @@ -365,7 +359,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' LM723 Regulator'''", "", "#Variable Declaration:", "R2=10000.0 #Resistance in ohm ", @@ -402,7 +395,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Continuously adjustable power supply'''", "", "#Variable Declaration:", "Vref=7.15 #Reference voltage in volt", |