diff options
author | Hardik Ghaghada | 2014-06-20 15:52:25 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2014-06-20 15:52:25 +0530 |
commit | e1e59ca3a50d9f93e8b7bc0693b8081d5db77771 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
parent | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff) | |
download | Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.gz Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.bz2 Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.zip |
Merge pull request #1 from debashisdeb/master
removing problem statements from all the chapters to avoid copyright violations
Diffstat (limited to 'Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb')
-rw-r--r-- | Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb index 9286e99b..2a777cf6 100644 --- a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb +++ b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch20.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:160cdac5d7f0b7135dad8dda86f1147a9289b5d9942c1ebb05ca32b461c42f4f" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Fitting Adsorption Isotherms to Experimental Data\n", "\n", "%pylab inline\n", "\n", @@ -75,7 +75,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Seperation of Biochemicals by Solvent Extraction\n", + "\n", "\n", "# Variables\n", "G = 1000.0 ;\t\t\t# Volume of solution - [L]\n", @@ -116,7 +116,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Combination of an Adsorption Isotherm with a Meterial Balance\n", "\n", "# Variables\n", "G = 1000. ;\t\t\t# Volume of solution - [L]\n", |