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 /Problems_In_Fluid_Flow/ch12.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 'Problems_In_Fluid_Flow/ch12.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch12.ipynb | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/Problems_In_Fluid_Flow/ch12.ipynb b/Problems_In_Fluid_Flow/ch12.ipynb index c84580f4..7b9dbb44 100644 --- a/Problems_In_Fluid_Flow/ch12.ipynb +++ b/Problems_In_Fluid_Flow/ch12.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:8f1680a01385ff5949f5cb398f429f5e497854e1c9f1b526eeecdccb5f6a2e6a" }, "nbformat": 3, "nbformat_minor": 0, @@ -29,7 +30,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find actual linear flow rate through duct\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -83,7 +84,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find maximum carrying capacity of polythene particles\n", + "\n", "\n", "import math \n", "\n", @@ -143,7 +144,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Pressure value in kN/m**2\n", "\n", "import math \n", "\n", @@ -212,7 +212,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find The Pressure value in kN/m**2\n", + "\n", "\n", "import math \n", "\n", @@ -280,11 +280,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The maximum pressure drop\n", - "The minimum pressure drop\n", - "'''\n", + "\n", "\n", "import math \n", "\n", |