diff options
author | debashisdeb | 2014-06-21 00:52:25 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-21 00:52:25 +0530 |
commit | 7c756fcc12d21693818e58f6936cab5b7c112868 (patch) | |
tree | 009cb02ec85f4a75ac7b64239751f15361df2bfe /Transport_Phenomena | |
parent | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff) | |
download | Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.gz Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.bz2 Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.zip |
Removed Problem Statements Completely
Diffstat (limited to 'Transport_Phenomena')
-rw-r--r-- | Transport_Phenomena/ch1.ipynb | 7 | ||||
-rw-r--r-- | Transport_Phenomena/ch10.ipynb | 3 |
2 files changed, 2 insertions, 8 deletions
diff --git a/Transport_Phenomena/ch1.ipynb b/Transport_Phenomena/ch1.ipynb index 70dd9d5b..b9a93390 100644 --- a/Transport_Phenomena/ch1.ipynb +++ b/Transport_Phenomena/ch1.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:6878a09d345c6e36356d1de04735bdf1caaedc539dfc6eb9c2d7616f776f15b1" + "signature": "sha256:ce6e9d0d17f0f2b259533af75fac21794edd07ab7eee18f5c3ded9c896867c58" }, "nbformat": 3, "nbformat_minor": 0, @@ -79,11 +79,6 @@ "\n", "from numpy import *\n", "\n", - "# the three unknowns are x,y,z\n", - "# the three equations are-\n", - "# x+y+z = 1500\n", - "# (1) 0.05*x+0.15*y+0.40*z = 1500*0.25\n", - "# (2) 0.95*x+0.00*y+0.452*z = 1500*0.50\n", "# Variables\n", "a = array([[1, 1, 1],[0.05, 0.15, 0.40],[0.95, 0 ,0.452]])\n", "d = array([[1500.],[1500.*0.25],[1500.*0.50]])\n", diff --git a/Transport_Phenomena/ch10.ipynb b/Transport_Phenomena/ch10.ipynb index 46cf9990..52d5c043 100644 --- a/Transport_Phenomena/ch10.ipynb +++ b/Transport_Phenomena/ch10.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:d6e9db7edbf67f47d9db227a91c9a3e69bd0ea385086a570b1e5ec45fa366eb2" + "signature": "sha256:7eb8614514dad908ca3ae3d51b35064678df2b9a8e0304fe51fa17e462cfc000" }, "nbformat": 3, "nbformat_minor": 0, @@ -573,7 +573,6 @@ "\n", "import math\n", "\n", - "# Note : all variables values are taken from 10.9\n", "# variables \n", "w1 = 4.74 #kg/sec\n", "w2 = 7.59 #kg/sec\n", |