Re: Issue 2948 in sympy: solve cannot handle polynomials of functions

2012-02-11 Thread sympy
Comment #3 on issue 2948 by waks...@gwax.com: solve cannot handle polynomials of functions http://code.google.com/p/sympy/issues/detail?id=2948 This does not work for me in version 0.7.1 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 2948 in sympy: solve cannot handle polynomials of functions

2012-01-10 Thread sympy
Updates: Status: Invalid Comment #2 on issue 2948 by smi...@gmail.com: solve cannot handle polynomials of functions http://code.google.com/p/sympy/issues/detail?id=2948 This works in master. What version of sympy are you using? solve(sin(x)**2-S(1)/2,x) [-pi/4, pi/4] -- You

Re: Issue 2948 in sympy: solve cannot handle polynomials of functions

2012-01-06 Thread sympy
Updates: Status: Accepted Labels: Polynomial Solvers Comment #1 on issue 2948 by asmeu...@gmail.com: solve cannot handle polynomials of functions http://code.google.com/p/sympy/issues/detail?id=2948 Should be straight forward to implement, since Poly already automatically

Issue 2948 in sympy: solve cannot handle polynomials of functions

2011-12-29 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2948 by waks...@gwax.com: solve cannot handle polynomials of functions http://code.google.com/p/sympy/issues/detail?id=2948 Trying to solve equations containing polynomials of trig functions does not work. ex: