OS 2008
Votes: 1
IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs.
Votes: 2
Features :
symbolical and numerical calculation with arbitrary number of digits;
5 simplification methods for non-numerical results;
result with zoom levels and different colors;
7 output types : simple, bidimensional, LaTeX, etc;
copy&paste available in all entry fields and also in the result;
history and line completion editing.
Votes: 1
Features :
ordinary, partial and multiple derivatives from 1 to 3 variables;
calculation of gradient, divergent, curl and laplacian;
5 simplification methods for non-numerical results;
result with zoom levels and different colors;
7 output types : simple, bidimensional, LaTeX, etc;
copy&paste available in all entry fields and also in the result;
history and line completion editing.
Votes: 1
Computer algebra system (CAS) in Python. SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. This package contains the interactive shell for SymPy, i.e., isympy, which starts ipython/python interactive shell and loads SymPy.
