Does the variable order to CAD matter? In Python, {x, y} is a set, so
{x, y} == {y, x}. Should cylindrically_decompose(x**2 + y**2 < 1, {x,
y}) really be cylindrically_decompose(x**2 + y**2 < 1, [x, y])?

Aaron Meurer

On Mon, Mar 16, 2015 at 4:07 PM, Aaron Meurer <asmeu...@gmail.com> wrote:
> This looks like a good start.
>
> I would add in the pseudocode (maybe in a new section if it is too
> much) in each part, what functions will be needed to do that step, and
> if those functions are implemented or not (or if something not
> implemented will need to be implemented). These should be specific
> functions inside of SymPy. That way, it is very clear what is already
> implemented and what needs to be implemented. For example, we already
> have a root isolation algorithm in SymPy. Is it sufficient for what
> you are need here?
>
> Aaron Meurer
>
>
> On Mon, Mar 16, 2015 at 4:02 PM, Luv Agarwal <agarwal.i...@gmail.com> wrote:
>> I have made an initial draft at
>> [this](https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Luv-Agarwal:-Cylindrical-Algebraic-Decomposition).
>> I will be adding more implementing details asap.
>>
>> It would be great if I can get feedbacks.
>>
>> Thanks
>>
>> --
>> 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 sympy+unsubscr...@googlegroups.com.
>> To post to this group, send email to sympy@googlegroups.com.
>> 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/4c37d75f-dc7c-4919-b08f-6c83f49f30a4%40googlegroups.com.
>>
>> For more options, visit https://groups.google.com/d/optout.

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/CAKgW%3D6%2BFz%3DHBz-U%3D9Ao5eSsLfjvorTCehF8weB_Q1NVuDa2xqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to