Did you install sympy or mpmath directly? For the former it's 'import sympy.mpmath', for the latter it's 'import mpmath'. If this does not solve you problem, you need to be more specific.
'ctx' is a context object. It manages things like precision and the underlying implementation of the arithmetic (multi precision, fixed precision, intervals etc.). See [1]. Vinzent [1] http://mpmath.googlecode.com/svn/trunk/doc/build/contexts.html On Thursday, February 13, 2014 10:31:55 AM UTC-5, Comer wrote: > > It's worse than I thought..I can not get python or isympy to agree that > mpmath is available. Do I have something mis-installed? I am a git puller > and have had no problems, until this example. Please illuminate. > > Thanks. > Comer > > On Thursday, February 13, 2014 10:18:37 AM UTC-5, Comer wrote: >> >> I have taken a look at mpmath but am not at all sure what ctx is. Can >> someone please clue me in? >> >> Thanks. >> >> Comer >> > -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
