OK Thanks. Still having some problems with the git instructions
  suggested above (seems that I should learn git a little) I finally
 do this :

    git clone git://github.com/smichr/sympy.git

  Hoping it contains the last Chris modifications (maybe not ?).
 Then I 've installed this new sympy as the tgz one's. 

  I see some differences : one of my 5 relations is now already detected
 as True for all k real positive. So I  remove it and try to solve for the 
4 others.
 I get :
  

>>> res = solve([k>2, k <= 3, R[0], R[1], R[2], R[3]],k)

Traceback (most recent call last):

File "<stdin>", line 1, in <module>

File "/usr/lib/python2.7/site-packages/sympy/solvers/solvers.py", line 674, 
in solve

symbols=symbols)

File "/usr/lib/python2.7/site-packages/sympy/solvers/inequalities.py", line 
434, in reduce_inequalities

poly_reduced.append(reduce_rational_inequalities([exprs], gen, assume))

File "/usr/lib/python2.7/site-packages/sympy/solvers/inequalities.py", line 
209, in reduce_rational_inequalities

solution = solve_rational_inequalities(eqs)

File "/usr/lib/python2.7/site-packages/sympy/solvers/inequalities.py", line 
144, in solve_rational_inequalities

global_interval -= denom_interval

File "/usr/lib/python2.7/site-packages/sympy/core/sets.py", line 250, in 
__sub__

return self.intersect(other.complement)

File "/usr/lib/python2.7/site-packages/sympy/core/sets.py", line 133, in 
complement

return self._complement

File "/usr/lib/python2.7/site-packages/sympy/core/sets.py", line 1229, in 
_complement

% self)

ValueError: {RootOf(k**8 - 2*k**6 - 4*k**4 - 16*k**2 + 8, 0)}: Complement 
not defined for symbolic inputs


So the error message is slightly different... Thanks for any hint.


Bruno

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/e0804fb8-1d66-431b-8cac-6aad0cbdf74d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to