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 /Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.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 'Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb')
-rw-r--r-- | Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb index 4b127966..53f8e501 100644 --- a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb +++ b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch9.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:fa0721f1d96e3929565a094cfe21c7d86b4e801aa71b0940b32ef9174b4285dc" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,8 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Balancing a reaction for a Biological Reaction\n", - "# Solution\n", + "\n", "\n", "# variables\n", "# Given \n", @@ -75,8 +75,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Use of Chemical Reaction to Calculate the Mass of Reactants given the Mass of Products\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "m_CO2 = 44.0 ; #molecular wt-[g]\n", @@ -116,8 +115,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Application of Stoichiometry when more than one Reaction occurs\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "m_CaCO3 = 100.1 ; #molecular wt-[g]\n", @@ -177,8 +175,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of extent of Reaction\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "f_NH3 = 5. ; # NH3 in feed-[g]\n", @@ -250,8 +247,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of Limiting and Excess Reactants\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "f_N2 = 10. ; # N2 in feed-[g]\n", @@ -316,8 +312,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Yeilds in the Reaction of Glucose to produce Ethanol\n", - "# Solution\n", + "\n", "\n", "# variables\n", "#(a)\n", @@ -361,8 +356,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Selectivity in the Production of Nanotubes\n", - "# Solution\n", "\n", "# Variables\n", "# By using reaction (a)\n", @@ -400,8 +393,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of various terms Pertaning to Reaction\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "m_C3H6 = 42.08 # molecular wt. of propene-[g]\n", |