Ya, I'm not sure the current solve can even handle something that has infinite solutions (countable or otherwise). In which case, debating the returned result is just academic :p.
Cheers On Tue, Apr 26, 2011 at 5:27 AM, Chris Smith <[email protected]> wrote: > Frédéric Grosshans-André wrote: > > Le mardi 26 avril 2011 à 11:38 +0545, Chris Smith a écrit : > >> Haz wrote: > >>>> If the solutions to solve are uncountable then you can't "yield an > >>>> infinite number of dictionaries, each corresponding to one of the > >>>> infinite solutions" since some solutions will never be yielded. > >> > >> Can you give an example? > > > > A simple example would be x**2+y**2 == 1 , which gives uncountably > > many solutions for (x,y). > > > > But solve doesn't handle such cases. Shouldn't this be a different function > than solve? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
