Maple_computer_algebra_system Maple_computer_algebra_system

Maple computer algebra system - Definition and Overview

Related Words: Accountant, Actuary, Adder, Analyzer, Bookkeeper, Calculator, Coder, Compiler, Decoder, Detector, Differential

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. It is marketed as "the essential productivity tool for every technical professional." The current version is Maple 9.5.

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 lexically-scoped variables.

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:

dsolve( {diff(y(x),x,x) - 3*y(x) = x, y(0)=1, D(y)(0)=2}, y(x) );

Past releases

  • Maple 9.5: April 15, 2004.
  • Maple 9: June 30, 2003.
  • Maple 8: April 16, 2002.
  • Maple 7: July 1, 2001.
  • Maple 6: December 6, 1999.
  • Maple V R5: November 1, 1997.
  • Maple V R4: ??.
  • Maple V R3: March 15, 1994.

Versions available

Maplesoft sells both student and professional editions of Maple, with a substantial difference in price (e.g., 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

External link

Example Usage of computer

jhoggie: @ManyaS Attempted on my blackberry & a computer clicking on that link that you sent me but I think you need to be logged in first. :)
CaptPhunkosis: I'm so paranoid about wasting tasty huckleberries, I'm baking a test batch of muffins with blueberries. It's the computer guy in me.
pleasure_me18: Half way done with my computer project...right now i just wanna go ride a horse but thats really just a random thought
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.