Re: [sympy] documentation of polynomials module is out-of-date

2016-05-23 Thread Nathan Goldbaum
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 w

[sympy] documentation of polynomials module is out-of-date

2016-05-23 Thread Phillip M. Feldman
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