You probably want to be looking at the latest version of the docs. Sympy 0.6.7 was released in 2010 - so you're looking at very old documentation!
Here's the latest version of that page: http://docs.sympy.org/latest/modules/polys/basics.html On Mon, May 23, 2016 at 7:34 PM, Phillip M. Feldman <[email protected]> wrote: > Documentation at http://docs.sympy.org/0.6.7/modules/polynomials.html > gives the following example: > > from sympy import * > x, y, z = symbols('xyz') > > This doesn't work. I believe that the syntax has changed. > > > -- > 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 https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/5c0cc519-3507-43d5-9c81-4f0ff54e7ddc%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/5c0cc519-3507-43d5-9c81-4f0ff54e7ddc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAJXewOnADRH3twfkTQD_8qpz9K-8qB3EVNB-fAptk0Wr8GfbmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
