diff options
author | Trupti Kini | 2017-03-15 23:30:23 +0600 |
---|---|---|
committer | Trupti Kini | 2017-03-15 23:30:23 +0600 |
commit | b31939c0a6c07e793a316aba067154a36d396303 (patch) | |
tree | 00a05e3632ba55569f09b5e3ec576262f2a99629 /MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb | |
parent | 94eb4c23483bd20d63a3e809df31f5f0f52fda4c (diff) | |
download | Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.tar.gz Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.tar.bz2 Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.zip |
Added(A)/Deleted(D) following books
A Advanced_Measurements_And_Instrumentation_by_A._K._Sawhney/README.txt
A BSc_3rd_Year_Physics_Paper_4_by_Sanjeeva_Rao,_Bhikshmaiah,_Ramakrishna_Reddy,_Ananta_Ramaiah/README.txt
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter10.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter3.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter6.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter8.ipynb
A Solid_State_Physics_by_Dr_M_Arumugam/README.txt
Diffstat (limited to 'MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb')
-rw-r--r-- | MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb b/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb index a94760d2..8f470bf5 100644 --- a/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb +++ b/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb @@ -606,7 +606,7 @@ } ], "source": [ - "from math import sqrt,pi,atan\n", + "from math import sqrt,pi,atan,cos,sin\n", "\n", "#variable declaration\n", "\n", @@ -975,7 +975,7 @@ } ], "source": [ - "from math import sqrt,pi,atan\n", + "from math import sqrt,pi,atan,cos,sin\n", "\n", "#variable declaration\n", "#The two 40 kN forces acting on the smooth pulley may be replaced by a pair of 40 kN forces acting at centre of pulley C and parallel to the given forces, since the sum of moments of the two given forces about C is zero\n", @@ -1247,7 +1247,7 @@ } ], "source": [ - "from math import sin ,acos, pi\n", + "from math import sin ,acos, pi,cos\n", "\n", "#When the roller is about to turn over the curb, the contact with the floor is lost and hence there is no reaction from the floor. The reaction R from the curb must pass through the intersection of P and the line of action of self weight, since the body is in equilibrium under the action of only three forces (all the three forces must be concurrent). \n", "\n", @@ -1355,7 +1355,7 @@ } ], "source": [ - "from math import sin,cos,pi,acos,acos\n", + "from math import sin,cos,pi,acos,sqrt\n", "\n", "#variable declaration\n", "\n", |