Hello! My name is Kevin, and I'm working on a new SymPy based application. 
I've gotten far enough that I'm running into some interesting SymPy 
problems, and I'm looking for some guidance on how to work with the SymPy 
community to learn about and address these issues.

Is there any sort of "SymPy partner" program to support development work 
(with a focus on some particular topics I want to address, for example)? 
I've included a couple examples of things I ran into below; I look forward 
to working with you (and maybe even helping contribute to the SymPy code 
base at some point!)

Best regards,
Kevin

Issues I've Encountered:

I'm using parse_latex() to convert LaTEX into SymPy, but it looks like some 
relational expressions still convert to "True" (e.g. "2+2=4" or "2^3=8"). I 
noticed that some were fixed last October. Who's the best person to contact 
about this code and how to pick things up where they left off?

I'm having trouble with domains and solveset(). In particular, many of my 
solutions are ending up with Intersect(Reals, <the solution I want>). When 
I add an assertion (real=True) on the variable, solveset() returns EmptySet 
- I see that the documentation says that assertions don't work yet.

Is this a good place to post about these sort of things? Or should I post 
on github/sympy instead? 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/4b57893b-9ff2-472f-a452-4f6c30755337n%40googlegroups.com.

Reply via email to