MuPAD

From Wikipedia, the free encyclopedia

Jump to: navigation, search
MuPAD
MuPADCube.png
MuPAD running on Windows Vista
Developer(s) SciFace Software GmbH & Co. KG, Paderborn, Germany
Stable release 4.0.6 / January 2, 2008
Operating system Windows, Mac OS X, Linux
Development status Discontinued
Type Computer algebra system
License Proprietary
Website www.mupad.com

MuPAD was a Computer algebra system (CAS). Originally developed by the MuPAD research group at the University of Paderborn, Germany, it was developed by the company SciFace Software GmbH & Co. KG in cooperation with the MuPAD research group and partners from some other universities since 1997.

Until autumn 2005 the version MuPAD Light was offered for free for research and education, but as a result of the home institute of the MuPAD research group closing, only the version MuPAD Pro became available for purchase.

The MuPAD kernel is bundled with Scientific Notebook and Scientific Workplace. Former versions of MuPAD Pro were bundled with SciLab. Its version 14 release was adopted as the CAS engine for the MathCAD software package.

In September 2008, Sciface was purchased by Mathworks and the Mupad code was included in the Symbolic Math Toolbox add-on for MATLAB. On 28 September 2008, Mupad was withdrawn from market as a software product in its own right.[1]

[edit] Functionality

MuPAD offered

Often used commands were accessible via menus. MuPAD offered a notebook concept similar to word processing systems that allowed the formulation of mathematical problems as well as graphics visualization and explanations in formatted text. It was possible to extend MuPAD with C++ routines to accelerate calculations. Also Java-code could be embedded.

MuPAD's syntax was modeled on Pascal, and was similar to the one used in the Maple computer algebra system. An important difference between the two was that MuPAD provides support for object-oriented programming. This means that each object "carries with itself" the methods allowed to use on it. For example, after defining

  A := matrix( [[1,2],[3,4]] )

all of the following are valid expressions and give the expected result:

  A+A, -A, 2*A, A*A, A^-1, exp( A ), A.A, A^0, 0*A

where A.A is the concatenated 2x4 matrix, while all others, including the last two, are again 2x2 matrices.

[edit] References

[edit] External links