diff options
Diffstat (limited to 'Electronic_Devices_/Chapter3.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter3.ipynb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Electronic_Devices_/Chapter3.ipynb b/Electronic_Devices_/Chapter3.ipynb index 41e63a83..b0f770b6 100644 --- a/Electronic_Devices_/Chapter3.ipynb +++ b/Electronic_Devices_/Chapter3.ipynb @@ -42,7 +42,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' To find Zener Impedence'''", "", "# variable declaration", "delVZ=50*10**-3; #voltage in volts, from graph", @@ -76,7 +75,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Voltage accross zener terminals'''", "", "# variable declaration", "I_ZT=37*10**-3; #IN AMPERES", @@ -120,7 +118,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Zener Voltage'''", "", "# variable declaration", "V_Z=8.2; #8.2 volt zener diode", @@ -158,7 +155,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Power dissipation'''", "", "# variable declaration", "P_D_max=400*10**-3; #power in watts", @@ -194,7 +190,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Zener Diode voltage regulation'''", "", "# variable declaration", "V_Z=5.1;", @@ -238,7 +233,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Min & Max current'''", "", "# variable declaration", "V_Z=12.0; #voltage in volt", @@ -287,7 +281,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' to find load resistance'''", "", "# variable declaration", "V_IN=24.0; #voltage in volt", @@ -342,7 +335,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Zener limiting'''", "", "#variable declaration", "V_p_in=10.0; #Peak input voltage", |