[sympy] Symbolic value, can't compute

2012-02-09 Thread Laereom
So, I'm trying to get into the most basic use of sympy for a nested path processor in a project I'm working on. Currently, I'm just attempting to get it to solve a 3 dimensional distance equation for one formula. Here's how it goes: def path_processor(self,origin,destination): sym_x,

Re: [sympy] Symbolic value, can't compute

2012-02-09 Thread Chris Smith
On Fri, Feb 10, 2012 at 2:42 AM, Laereom wrote: > So, I'm trying to get into the most basic use of sympy for a nested > path processor in a project I'm working on.  Currently, I'm just > attempting to get it to solve a 3 dimensional distance equation for > one formula.  Here's how it goes: > >