Created
May 3, 2014 17:51
-
-
Save abevieiramota/09b44728a7b3b8de576e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# símbolos # | |
esi, xii = symbols('esi xii') | |
Rsdi = As*Es*esi | |
Rcdi = 0.85*fcd*b*0.8*xii | |
Rlsdi = Als*Es*((xii - dll)/(d - xii))*esi | |
faux1 = Rsdi - Rcdi - Rlsdi | |
esi = solve(faux1, esi)[0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment