I'm jealous. Where are the development downloads? I don't see them on the main download page.
On Feb 10, 8:22 am, Chris Smith <smi...@gmail.com> wrote: > On Fri, Feb 10, 2012 at 9:41 PM, Laereom <jamesdbo...@gmail.com> wrote: > > I'm using the 0.7.1 version for win32. Come to think of it, I -am- > > using 64 bit windows, rather than 32 bit, could that be a factor? > > > I don't see where the development versions are. Out of curiosity, > > those who are running this successfully, what versions are you using? > > This is what I get: > > >>> origin={'y': 0, 'x': 0, 'z': 2} > >>> destination={'y': 3, 'x': 3, 'z': 3} > >>> sym_x, sym_y = symbols('x,y') > >>> z = int(origin['z']) > >>> dest_x = int(destination['x']) > >>> dest_y = int(destination['y']) > >>> dest_z = int(destination['z']) > >>> equation = Eq( sqrt( (sym_x-dest_x)**2 + (sym_y-dest_y)**2 + > >>> (z-dest_z)**2 ) > , 2 ) > >>> print solve( equation, sym_x) > > [-sqrt(-y**2 + 6*y - 6) + 3, sqrt(-y**2 + 6*y - 6) + 3] > > And I'm using 0.7.1 development (which has over 2000 commits beyond > the release of 0.7.1). -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.