Re: [sympy] EmptySet() after sympify - nonlinsolve combo

2019-04-15 Thread Michele Strada
I tryed the same expressions on sympy online and it worked, so I don't think it is a specific expressions issue, but I can be wrong of course. Online I tryed without sympify 'cause I wanted to try if it was just a specific error as you said. I post my code if it can help: #!/usr/bin/env

Re: [sympy] EmptySet() after sympify - nonlinsolve combo

2019-04-15 Thread Michele Strada
#!/usr/bin/env python from sympy import Symbol, sympify from sympy import * from mpmath import * from sympy.solvers import linsolve import re var = {"m1": 1, "m2": 2, "v1i": 3, "v1f": 4, "v2i": '', "v2f": ''} c = 0 unk = [] x, y = 0, 0 for key, val in var.items(): if val == '': c+=1

Re: [sympy] Implement solvers for symengine

2019-04-15 Thread brijesh vora
Can someone suggest how to setup development for symengine, so that if I change a code in some file I can run the updated symengine easily. What is the easiest way to do this? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this