Re: Issue 1526 in sympy: simplification using trigsimp and collect

2013-01-21 Thread sympy
Updates: Status: Fixed Comment #13 on issue 1526 by smi...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 The OP expression now gives trigsimp(sin(x)**3+cos(x)**2*sin(x)) sin(x) -- You received this message because you ar

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2012-11-07 Thread sympy
Updates: Labels: -CodeInDifficulty-Medium Comment #12 on issue 1526 by asmeu...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 The Code-In issue is to have trigsimp call factor(), or something similarly appropiate. -- You

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2012-03-23 Thread sympy
Comment #9 on issue 1526 by smi...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 besides the pull requests https://github.com/sympy/sympy/pull/772 and https://github.com/sympy/sympy/pull/1063 (which are no longer active) there

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2012-03-21 Thread sympy
Updates: Labels: -smichr -NeedsReview Comment #8 on issue 1526 by smi...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2011-11-28 Thread sympy
Updates: Labels: smichr NeedsReview Comment #4 on issue 1526 by smi...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 https://github.com/sympy/sympy/pull/772 -- You received this message because you are subscribed to the Goog

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2011-10-24 Thread sympy
Updates: Labels: CodeInDifficulty-Medium Comment #3 on issue 1526 by smi...@gmail.com: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 Try terms_gcd(sin(x)**3+cos(x)**2*sin(x),expand=False) (sin(x)**2 + cos(x)**2)*sin(x) but if you ar

Re: Issue 1526 in sympy: simplification using trigsimp and collect

2010-07-19 Thread sympy
Updates: Summary: simplification using trigsimp and collect Comment #2 on issue 1526 by asmeurer: simplification using trigsimp and collect http://code.google.com/p/sympy/issues/detail?id=1526 The new polys factor() should do the trick for you. collect() should still work though, (

Issue 1526 in sympy: simplification using trigsimp

2009-07-10 Thread codesite-noreply
Updates: Status: Accepted Cc: hazelnusse Comment #1 on issue 1526 by ondrej.certik: simplification using trigsimp http://code.google.com/p/sympy/issues/detail?id=1526 We are working with Luke (CCed) on a trig simplification code, that should handle this too. Luke, any progress

Issue 1526 in sympy: simplification using trigsimp

2009-07-09 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1526 by chr.schu...@gmx.de: simplification using trigsimp http://code.google.com/p/sympy/issues/detail?id=1526 Hi, I am trying to calculate Mass Matrices using sympy. As soon as rotations are involved I always encounter terms