SymPy 0.5.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SymPy 0.5.10 (Default branch)
# 1  
Old 01-04-2008
SymPy 0.5.10 (Default branch)

Image SymPy is a symbolic manipulation package, written in pure Python. Its aim is to become a full featured CAS in Python, while keeping the code as simple as possible in order to be comprehensible and easily extensible. Currently, Sympy has only around 1600 lines of code (including comments), and its capabilities include basic arithmetics, basic simplification, series expansion, functions (exp, ln, sin, cos, tan, etc.), differentiation, integration (currently it can do only very simple integrals), basic substitution, arbitrary precision integers and rationals, standard (Python) floats, basic complex numbers, and symbolic limits. License: BSD License (revised) Changes:
The latex printer has been rewritten, preview now uses a built-in pyglet instead of pygame, square root denesting has been implemented, a parser of simple Mathematica expressions has been added, the TeXmacs interface has been written, SymPy objects should work in numpy arrays now, and the handwritten sympify() parser has been rewritten and simplified using Python AST.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PYDOC2.7(1)                                                   General Commands Manual                                                  PYDOC2.7(1)

NAME
pydoc2.7 - the Python documentation tool SYNOPSIS
pydoc2.7 name pydoc2.7 -k keyword pydoc2.7 -p port pydoc2.7 -g pydoc2.7 -w module [...] DESCRIPTION
pydoc2.7 name Show text documentation on something. name may be the name of a Python keyword, topic, function, module, or package, or a dotted reference to a class or function within a module or module in a package. If name contains a '/', it is used as the path to a Python source file to document. If name is 'keywords', 'topics', or 'modules', a listing of these things is displayed. pydoc2.7 -k keyword Search for a keyword in the synopsis lines of all available modules. pydoc2.7 -p port Start an HTTP server on the given port on the local machine. pydoc2.7 -g Pop up a graphical interface for finding and serving documentation. pydoc2.7 -w name [...] Write out the HTML documentation for a module to a file in the current directory. If name contains a '/', it is treated as a filename; if it names a directory, documentation is written for all the contents. AUTHOR
Moshe Zadka, based on "pydoc --help" PYDOC2.7(1)