Peter "barebones" Garceau
I'm happy to hear of someone who tries out Symbide and nearly
overwhelmed by the fact that you see Symbide as a replacement for
Mathematica.
But be aware that Sympy is by far not as powerfull as Mathematica and
Symbide is by far not as sophisticated as Mathematicas notebook.
If you work with Sympy/Symbide you will very likely find bugs and also
very likely come to calculations where you'll miss some of
Mathematicas functionalities.
You are warned...
But now to your question:
Sympies functions are effectively imported with "from sympy import *",
therefor all in this namespace defined classes, functions and
constants should work in Symbide.
However, there exist some additional functions like "show", "clear",
"mprint" and there also are functions that behave slightly different
(in the moment only plot).
If you find functions that work on command line but not in Symbide,
please tell me about them. I would also be glad for any other feedback
like things you don't like in Symbide or if you have some ideas to
improve Symbide.
basti
I realize that It's not as powerful as mathematica, but for what I
want to do at home on my desktop (calculus and plotting mainly) it
works pretty well as a replacement. Mainly it's the notebook style
interface that I've been looking for, and the fact that it's pure
python adds icing to the cake. Keep up the good work
Peter