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 /Industrial_Instrumentation | |
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 'Industrial_Instrumentation')
-rw-r--r-- | Industrial_Instrumentation/Chapter_2.ipynb | 5 | ||||
-rw-r--r-- | Industrial_Instrumentation/Chapter_4.ipynb | 3 | ||||
-rw-r--r-- | Industrial_Instrumentation/Chapter_5.ipynb | 4 | ||||
-rw-r--r-- | Industrial_Instrumentation/ch9.ipynb | 3 |
4 files changed, 5 insertions, 10 deletions
diff --git a/Industrial_Instrumentation/Chapter_2.ipynb b/Industrial_Instrumentation/Chapter_2.ipynb index 41a457ab..58fb16b3 100644 --- a/Industrial_Instrumentation/Chapter_2.ipynb +++ b/Industrial_Instrumentation/Chapter_2.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:e12000c40c7eba5fb38d72e0bdbc08735899d3485eb0ecea04e85215c845b6b8" + "signature": "sha256:71218a03a9605d3f7a7341594baa7c6aaf03b045951699482ae5c6da5c0be5f7" }, "nbformat": 3, "nbformat_minor": 0, @@ -28,10 +28,7 @@ "input": [ "\n", "\n", - "#(a)\n", "\n", - "#variable declaration\n", - "#1kg/cm^2=10000 mmWG\n", "x=10000.0*10.0 #equivalnt to 10kg/cm^2\n", "\n", "#result\n", diff --git a/Industrial_Instrumentation/Chapter_4.ipynb b/Industrial_Instrumentation/Chapter_4.ipynb index ea3f076f..3b3b8ccb 100644 --- a/Industrial_Instrumentation/Chapter_4.ipynb +++ b/Industrial_Instrumentation/Chapter_4.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:81d0436ef2f36f55ad662ab91b6d5e2e47a4c3c61b8080d3706a64417c68403d" + "signature": "sha256:8e99bc6fbce377831d9d5264a85c645ae2d9072f899aca1128c61ad0649fa729" }, "nbformat": 3, "nbformat_minor": 0, @@ -299,7 +299,6 @@ "\n", "#(a)\n", "\n", - "#Specific gravity at 60 degree F\n", "sg_at_60=1.02\n", "\n", "#calculation\n", diff --git a/Industrial_Instrumentation/Chapter_5.ipynb b/Industrial_Instrumentation/Chapter_5.ipynb index 4ec568e3..e24a4f35 100644 --- a/Industrial_Instrumentation/Chapter_5.ipynb +++ b/Industrial_Instrumentation/Chapter_5.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:6f1ee33190d8c693b6015349dc3ea8fa65731657e9afb9deaa10542a8aa4bde7" + "signature": "sha256:981874370471c716824dfdef461e37258f322dfc13d6037062140fc3ad5e0ae2" }, "nbformat": 3, "nbformat_minor": 0, @@ -340,7 +340,7 @@ "\n", "import math\n", "\n", - "#1kg/m^2=10 meters water head\n", + "\n", "\n", "#variable declaration\n", "g=9.81 #acceleration due to gravity\n", diff --git a/Industrial_Instrumentation/ch9.ipynb b/Industrial_Instrumentation/ch9.ipynb index fb7369a6..d03841d8 100644 --- a/Industrial_Instrumentation/ch9.ipynb +++ b/Industrial_Instrumentation/ch9.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:48e3494ec100096b5d245db7f5c631c3ee779596f8c61001fb43d1b21ba3707b" + "signature": "sha256:299eac653f64d8a7c5614d61c55d5e5b51bd64ec7dc4bb7d26a6abfad893f9e1" }, "nbformat": 3, "nbformat_minor": 0, @@ -508,7 +508,6 @@ "collapsed": false, "input": [ "\n", - "# Calculate the values of C p , C v , c p and c v for the mixture.\n", "import math \n", "\n", "# Variables\n", |