Maple is a general purpose software tool for math, data analysis, visualization, and programming. It provides a complete, rapid solution development environment for thousands of technical organizations. Pricing for Maple is rather favorable. For applications which could be implemented likewise and with similar efforts for Maple, Mathematica and Matlab should seriously consider using Maple. 

Information

  • Sourcehttps://www.maplesoft.com/

  • License: commercial
  • Path:  /opt/maple/<version>  
  • Licensing: concurrent
  • License server: zitlic01.desy.de only accessible from within the DESY network. Standalone licenses are also availble

  • DownloadsMaple Downloads & Licenses

Availability:

RedHat SL6pre-installed in /opt/maple/ (linked into afs). Local installation possible if needed provided sufficient disk space in /opt/ is available.
RedHat EL7pre-installed in /opt/maple/(linked into afs). Local installation possible if needed provided sufficient disk space in /opt/ is available.
Ubuntu/Debianpre-installed in /opt/maple/(linked into afs)


Other linuxfetch the binary tarball and unpack. Installation can be in arbitrary locations and hence doesn't require admin rights.
WindowsAvailable as NetInstall package. If not, also available as installer from download page
Mac OSXavailable as installer from download page

Using maple (linux)

Usually mathematica can be invoked directly as a versioned command

[me@pal ~]$ /usr/local/bin/maple2017   # to start the command-line tool or simply 
[me@pal ~]$ maple2017                  # as /usr/local/bin will usually be in the PATH.
[me@pal ~]$ xmaple2017                 # for the full graphical application

There is however no unversioned command "maple". To always use the most recent available version 

[me@pal ~]$ module load maple            # to use the newest version
[me@pal ~]$ module load maple/2016       # to use a specific version
[me@pal ~]$ xmaple