Maple computer algebra system

From Free net encyclopedia

Image:Maple95 screenshot.png Maple is a general-purpose commercial computer algebra system. It was first developed in 1981 by the Symbolic Computation Group at the University of Waterloo in Waterloo, Ontario, Canada.

Since 1988, it has been developed and sold commercially by Waterloo Maple Inc. (also known as Maplesoft), a Canadian company also based in Waterloo, Ontario. The current version is Maple 10.

Contents

Introduction

Maple is an interpreted, dynamically typed programming language. As is usual with computer algebra systems, symbolic expressions are stored in memory as directed acyclic graphs.

Since Maple 6 the language has permitted variables of lexical scope.

Example Maple code

The following code computes an exact solution to the linear ordinary differential equation

<math>\frac{d^2y}{dx^2}(x) - 3 y(x) = x</math>

subject to initial conditions:

<math>y(0) = 0 ,\quad \left. \frac{dy}{dx} \right|_{y=0} = 2</math>
dsolve( {diff(y(x),x,x) - 3*y(x) = x, y(0)=0, D(y)(0)=2}, y(x) );

Past releases


Since 1994, MathCad has included a Maple-derived algebra engine (MKM, aka Mathsoft Kernel Maple).

Versions available

Maplesoft sells both student and professional editions of Maple, with a substantial difference in price (US$99 compared to US$1,995.00, respectively).

Recent student editions (from version 6 onwards) have not placed computational limitations but rather come with less printed documentation. This is similar to the difference between Mathematica's student and professional editions.

In releases prior to version 6, the student edition has had the following computational limitations:

  • A maximum of 100 in floating point digits for computations and display.
  • A maximum size of 8000 (in machine words or objects contained) for any algebraic object.
  • A maximum of 3 dimensions for arrays.

See also

Template:Wikibookspage

External links

es:Maple fa:نرم‌افزار جبری میپل fr:Maple ko:메이플 (소프트웨어) he:Maple lt:Maple nl:Maple pl:Maple pt:Maple ru:Maple fi:Maple sv:Maple zh:MAPLE