diff options
author | Trupti Kini | 2016-01-02 23:30:09 +0600 |
---|---|---|
committer | Trupti Kini | 2016-01-02 23:30:09 +0600 |
commit | 3df6e3d40e05badcf11bbde0dfe5b0d9390d2ffc (patch) | |
tree | 931eca54928813a6819211d56cbdcf834ccf94d9 /Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb | |
parent | aad383519cd83da25ea0d4b6c6c5cdbf6d49e579 (diff) | |
download | Python-Textbook-Companions-3df6e3d40e05badcf11bbde0dfe5b0d9390d2ffc.tar.gz Python-Textbook-Companions-3df6e3d40e05badcf11bbde0dfe5b0d9390d2ffc.tar.bz2 Python-Textbook-Companions-3df6e3d40e05badcf11bbde0dfe5b0d9390d2ffc.zip |
Added(A)/Deleted(D) following books
A Electronic_Circuits_by_M._H._Tooley/Chapter12_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter13_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter1_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter2_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter3_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter4_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter5_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter7_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter8_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/chapter6_2.ipynb
A Electronic_Circuits_by_M._H._Tooley/screenshots/Chapter1_1.png
A Electronic_Circuits_by_M._H._Tooley/screenshots/Chapter2_1.png
A Electronic_Circuits_by_M._H._Tooley/screenshots/Chapter3_1.png
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter10_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter11_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter2_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter3_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter4_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter5_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter6_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter7_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter8_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/Chapter9_1.ipynb
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/screenshots/Chapter10.png
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/screenshots/Chapter11.png
A Introduction_to_Nuclear_Engineering_by_J._R._Lamarsh_and_A._J._Baratta/screenshots/Chapter2.png
Diffstat (limited to 'Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb')
-rw-r--r-- | Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb b/Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb new file mode 100644 index 00000000..594ffb15 --- /dev/null +++ b/Electronic_Circuits_by_M._H._Tooley/Chapter9_2.ipynb @@ -0,0 +1,127 @@ +{
+ "metadata": {
+ "name": "",
+ "signature": "sha256:e9fb88f63f2c9c2769603c77ea25313f638342259fa02ac4950a18408033aeb6"
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "heading",
+ "level": 1,
+ "metadata": {},
+ "source": [
+ "Chapter9-Oscillators"
+ ]
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Ex1-pg173"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "##Ex:9.1\n",
+ "import math\n",
+ "C=10.*10**-9;\n",
+ "R=10000.;\n",
+ "f=(1./(2.*math.pi*math.sqrt (6.)*C*R));\n",
+ "print'%s %.2f %s'%(\"The freq of oscillation = \",f,\" Hz\");\n"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "The freq of oscillation = 649.75 Hz\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Ex2-pg173"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "##Ex:9.2\n",
+ "import math\n",
+ "r1=1000.;\n",
+ "r2=1000.;\n",
+ "c=100.*10**-9;\n",
+ "f=(1./(2.*math.pi*c*r1));\n",
+ "print'%s %.2f %s'%(\"The freq of oscillation at 1 kohm= \",f,\" Hz\");\n",
+ "R1=6000.;\n",
+ "R2=6000.;\n",
+ "F=(1/(2.*math.pi*c*R1));\n",
+ "print'%s %.2f %s'%(\"\\nThe freq of oscillation at 6 kohm= \",F,\" Hz\");"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "The freq of oscillation at 1 kohm= 1591.55 Hz\n",
+ "\n",
+ "The freq of oscillation at 6 kohm= 265.26 Hz\n"
+ ]
+ }
+ ],
+ "prompt_number": 2
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Ex3-pg176"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "##Ex:9.3\n",
+ "import math\n",
+ "f=1000.;\n",
+ "t=1./f;\n",
+ "C=10.*10**-9;\n",
+ "R=t/(1.4*C);\n",
+ "print'%s %.2f %s'%(\"R= \",R/1000,\" kohm\");"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "R= 71.43 kohm\n"
+ ]
+ }
+ ],
+ "prompt_number": 3
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file |