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 /Mechanics_of_Materials/chapter7.ipynb | |
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 'Mechanics_of_Materials/chapter7.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter7.ipynb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mechanics_of_Materials/chapter7.ipynb b/Mechanics_of_Materials/chapter7.ipynb index 57556b9c..3bf957bb 100644 --- a/Mechanics_of_Materials/chapter7.ipynb +++ b/Mechanics_of_Materials/chapter7.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:4b150feddb9dc8fb4618b52384e38cf0a1bb69c134a6face9686f115e6bbaa31" + "signature": "sha256:79553db761abdf4228d341c670873d408edd8ca0894b0f7f1ee9a5c598382141" }, "nbformat": 3, "nbformat_minor": 0, @@ -32,8 +32,6 @@ "\n", "import math \n", "\n", - "#initialisation\n", - "# Let x1, y1 be the transformed direction inclined at 45 deegree to the original\n", "sx = 16000 # Direct stress in x-direction in psi\n", "sy = 6000 # Direct stress in y-direction \"\"\n", "txy = 4000 # Shear stress in y-direction \"\"\n", @@ -80,8 +78,6 @@ "\n", "import math \n", "\n", - "#initialisation\n", - "# Let x1, y1 be the transformed direction inclined at 15 deegree to the original\n", "sx = -46e06 # Direct stress in x-direction in Pa\n", "sy = 12e06 # Direct stress in y-direction \"\"\n", "txy = -19e06 # Shear stress in y-direction \"\"\n", |