-
bc.. $ bin/isympy
Python 2.4.5 console for SymPy 0.5.13-hg. These commands were executed:
> > > from **future** import division
> > > from sympy import *
> > > x, y, z = symbols('xyz')
> > > k, m, n…
-
```
Running from sympy import * as is the default in isympy
results in sympys plot function being imported into the global namespace.
That is not very smart since that function is already in pylab a…
-
Hi,
sorry, I was very busy these last months. I saw that my last issue (https://github.com/cschwan/sage-on-gentoo/issues/131) about sage was closed, due to no feedback... Well, I actually stopped lo…
-
Hi Tyler,
when I try to install qdap the R CMD process forked segfaults. Please take a look:
> library(devtools)
> sessionInfo()
> R version 2.15.1 (2012-06-22)
> Platform: x86_64-unknown-linux-gnu …