Mathematica

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Mathematica
100px
Mathematica logistic bifurcation.png
Mathematica 8.0.0 GNU/Linux frontend
Developer(s) Wolfram Research
Initial release June 23, 1988; 35 years ago (1988-06-23)[1]
Stable release 10.3.1 (December 2015 (2015-12)) [±]
Written in Wolfram Language,[2] C/C++, Java and Mathematica[3]
Platform Cross-platform (list)
Available in English, Chinese and Japanese
Type Computer algebra, numerical computations, information visualization, statistics, user interface creation
License Proprietary
Website www.wolfram.com/mathematica/

Mathematica is a symbolic mathematical computation program, sometimes called a computer algebra program, used in many scientific, engineering, mathematical, and computing fields. It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign, Illinois.[4][5] The Wolfram Language is the programming language used in Mathematica.[6]

Features

Dini's surface plotted with adjustable parameters

Features of Mathematica include:[7]

Interface

Mathematica is split into two parts, the kernel and the front end. The kernel interprets expressions (Wolfram Language code) and returns result expressions.

The front end, designed by Theodore Gray,[12] provides a GUI, which allows the creation and editing of Notebook documents containing program code with prettyprinting, formatted text together with results including typeset mathematics, graphics, GUI components, tables, and sounds. All content and formatting can be generated algorithmically or edited interactively. Most standard word processing capabilities are supported. It includes a spell-checker but does not spell check automatically as you type.

Documents can be structured using a hierarchy of cells, which allow for outlining and sectioning of a document and support automatic numbering index creation. Documents can be presented in a slideshow environment for presentations. Notebooks and their contents are represented as Mathematica expressions that can be created, modified or analyzed by Mathematica programs. This allows conversion to other formats such as TeX or XML.

The front end includes development tools such as a debugger, input completion and automatic syntax coloring.

Among the alternative front ends is the Wolfram Workbench, an Eclipse based IDE, introduced in 2006. It provides project-based code development tools for Mathematica, including revision management, debugging, profiling, and testing.[13] The Mathematica Kernel also includes a command line front end.[14] Other interfaces include JMath,[15] based on GNU readline and MASH[16] which runs self-contained Mathematica programs (with arguments) from the UNIX command line.

Wolfram Research has published a series of hands-on starter webcasts that introduce the user interface and the engine.[17]

High-performance computing

In recent years, the capabilities for high-performance computing have been extended with the introduction of packed arrays (version 4, 1999)[18] and sparse matrices (version 5, 2003),[19] and by adopting the GNU Multi-Precision Library to evaluate high-precision arithmetic.

Version 5.2 (2005) added automatic multi-threading when computations are performed on multi-core computers.[20] This release included CPU specific optimized libraries. In addition Mathematica is supported by third party specialist acceleration hardware such as ClearSpeed.[21]

In 2002, gridMathematica was introduced to allow user level parallel programming on heterogeneous clusters and multiprocessor systems [22] and in 2008 parallel computing technology was included in all Mathematica licenses including support for grid technology such as Windows HPC Server 2008, Microsoft Compute Cluster Server and Sun Grid.

Support for CUDA and OpenCL GPU hardware was added in 2010. Also, since version 8 it can generate C code, which is automatically compiled by a system C compiler, such as GCC or Visual Studio 2010.

Deployment

There are several ways to deploy applications written in Mathematica:

  • Mathematica Player Pro is a runtime version of Mathematica that will run any Mathematica application but does not allow editing or creation of the code.[23]
  • A free-of-charge version, Wolfram CDF Player, is provided for running Mathematica programs that have been saved in the Computable Document Format (CDF).[24] It can also view standard Mathematica files, but not run them. It includes plugins for common web browsers on Windows and Macintosh.
  • webMathematica allows a web browser to act as a front end to a remote Mathematica server. It is designed to allow a user written application to be remotely accessed via a browser on any platform. It may not be used to give full access to Mathematica.
  • Wolfram Language code can be converted to C code or to an automatically generated DLL.
  • Wolfram Language code can be run on a Wolfram cloud service as a web-app or as an API

Connections with other applications

Communication with other applications occurs through a protocol called MathLink. It allows communication between the Mathematica kernel and front-end, and also provides a general interface between the kernel and other applications. Wolfram Research freely distributes a developer kit for linking applications written in the C programming language to the Mathematica kernel through MathLink.[25] Using J/Link.,[26] a Java program can ask Mathematica to perform computations; likewise, a Mathematica program can load Java classes, manipulate Java objects and perform method calls. Similar functionality is achieved with .NET /Link,[27] but with .NET programs instead of Java programs. Other languages that connect to Mathematica include Haskell,[28] AppleScript,[29] Racket,[30] Visual Basic,[31] Python[32][33] and Clojure.[34]

Links are available to many mathematical software packages including OpenOffice.org Calc,[35] Microsoft Excel,[36] MATLAB,[37][38][39] R,[40] Sage,[41][42] SINGULAR,[43] Wolfram SystemModeler, and Origin.[44] Mathematical equations can be exchanged with other computational or typesetting software via MathML.

Communication with SQL databases is achieved through built-in support for JDBC.[45] Mathematica can also install web services from a WSDL description.[46][47] It can access HDFS data via Hadoop.[48]

Mathematica can capture real-time data via a link to LabVIEW,[49] from financial data feeds[50] and directly from hardware devices via GPIB (IEEE 488),[51] USB[52] and serial interfaces.[53] It automatically detects and reads from HID devices.

Computable data

File:MathematicaWind.png
A stream plot of live weather data

Mathematica includes collections of curated data provided for use in computations. Mathematica is also integrated with Wolfram Alpha, an online service which provides additional data, some of which is kept updated in real time. Some of the data sets include astronomical, chemical, geopolitical, language, biomedical and weather data, in addition to mathematical data (such as knots and polyhedra).[54]

Design

Wolfram Research provides documents[55] listing the algorithms used to implement the functions in Mathematica.

Related products

Products from Wolfram Research associated with Mathematica include the following:[56]

  • webMathematica – call Mathematica through a web server
  • gridMathematica – run Mathematica across a parallel grid
  • Mathematica add-ons[57] – computational solutions and tools
  • Mobile apps – mobile Wolfram|Alpha and other computational applications
  • Wolfram|Alpha[58] – a computational knowledge engine or answer engine
  • Wolfram Knowledgebase[59] – a repository of computable knowledge with both data and methods to compute results, used by Wolfram|Alpha, represented using Wolfram Data Framework (WDF)
  • Wolfram SystemModeler – a platform for engineering and life science modeling and simulation based on the Modelica language
  • Wolfram Finance Platform[60] – real-time data, computations, reporting, and algorithmic trading for financial applications
  • Wolfram Workbench[61] – an IDE built on Eclipse for development of Mathematica and other technologies from Wolfram Research
  • Wolfram Development Platform[62] – create and deploy Wolfram Language applications in the cloud
  • Wolfram Cloud[63] – the infrastructure for Mathematica Online, Wolfram Development Platform, Wolfram Discovery Platform, and Wolfram Data Science Platform
  • Wolfram Programming Lab[64] – for learning the Wolfram Language interactively
  • Wolfram Data Framework (WDF)[65] – provides a standardized representation and semantic framework for real-world constructs and data
  • Computable Document Format (CDF) – a document format for dynamically generated interactive content
  • Wolfram Discovery Platform (under development)[66] – research & development workflows using the Wolfram Language and the Computable Document Format (CDF)
  • Wolfram Data Science Platform (under development)[67] – science data analysis and visualization using the Wolfram Language and the Wolfram Data Framework (WDF)
  • Wolfram Language - the programming language of Mathematica, which can also be used in the Wolfram Development Platform

Licensing and platform availability

Mathematica is proprietary software licensed at a range of prices for commercial, educational, and other uses.[68]

Mathematica 10 is supported on various versions of Microsoft Windows (Vista, 7, 8 and 10), Apple's OS X, Linux, Raspbian and as an online service.[69] All platforms are supported with 64-bit implementations. [70] Mathematica prior to version 10 for OS X required Java SE 6 which is a deprecated component of Mavericks. Earlier versions of Mathematica up to 6.0.3 supported other operating systems, including Solaris, AIX, Convex, HP-UX, IRIX, MS-DOS, NeXTSTEP, OS/2, Ultrix and Windows Me.[71]

Version history

Mathematica built on the ideas in Cole and Wolfram's earlier Symbolic Manipulation Program (SMP).[72][73] The name of the program "Mathematica" was suggested to Stephen Wolfram by Apple co-founder Steve Jobs although Stephen Wolfram had thought about it earlier and rejected it.[74]

Wolfram Research has released the following versions of Mathematica:[75]

<templatestyles src="Div col/styles.css"/>

  • Mathematica 1.0 (June 23, 1988)[76][77][78][79]
  • Mathematica 1.1 (October 31, 1988)
  • Mathematica 1.2 (August 1, 1989)[80][79]
  • Mathematica 2.0 (January 15, 1991)[81][79]
  • Mathematica 2.1 (June 15, 1992)[79][25]
  • Mathematica 2.2 (June 1, 1993)[79][82]
  • Mathematica 3.0 (September 3, 1996)[83]
  • Mathematica 4.0 (May 19, 1999)[79][84]
  • Mathematica 4.1 (November 2, 2000)[79]
  • Mathematica 4.2 (November 1, 2002)[79]
  • Mathematica 5.0 (June 12, 2003)[79][85]
  • Mathematica 5.1 (October 25, 2004)[79][86]
  • Mathematica 5.2 (June 20, 2005)[79][87]
  • Mathematica 6.0 (May 1, 2007)[88][89]
  • Mathematica 7.0 (November 18, 2008)[90]
  • Mathematica 8.0 (November 15, 2010)
  • Mathematica 9.0 (November 28, 2012)
  • Mathematica 9.0.1 (January 30, 2013)
  • Mathematica 10.0 (July 9, 2014)
  • Mathematica 10.0.1 (September 17, 2014)
  • Mathematica 10.0.2 (December 10, 2014)
  • Mathematica 10.1 (March 30, 2015)[91]
  • Mathematica 10.2 (July 14, 2015)[92]
  • Mathematica 10.3 (October 15, 2015)
  • Mathematica 10.3.1 (December 16, 2015)

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. The Software Engineering of Mathematica—Wolfram Mathematica 9 Documentation. Reference.wolfram.com. Retrieved on 2015-03-23.
  4. Stephen Wolfram: Simple Solutions; The iconoclastic physicist's Mathematica software nails complex puzzles, BusinessWeek, October 3, 2005.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Review: Mathematica 7. Technical computing powerhouse gets more oomph Macworld, Jan 2009
  9. Mathematica 6 Labs Review Cadalyst Feb 1, 2008
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Patent US8407580 Google Patent Search
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Using a Text-Based Interface documentation at wolfram.com
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Math software packs new power; new programs automate such tedious processes as solving nonlinear differential equations and converting units by Agnes Shanley, Chemical Engineering, March 1, 2002.
  19. Mathematica 5.1: additional features make software well-suited for operations research professionals by ManMohan S. Sodhi, OR/MS Today, December 1, 2004.
  20. The 21st annual Editors' Choice Awards, Macworld, February 1, 2006.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. gridMathematica offers parallel computing solution by Dennis Sellers, MacWorld, November 20, 2002.
  23. Mathematica Player Pro - new Application Delivery System for Mathematica www.gizmag.com
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. 25.0 25.1 New Mathematica: faster, leaner, linkable and QuickTime-compatible: MathLink kit allows ties to other apps. (Wolfram Research Inc. ships Mathematica 2.1, new QuickTime-compatible version of Mathematica software) by Daniel Todd, MacWeek, June 15, 1992.
  26. Mathematica 4.2 by Charles Seiter, Macworld, November 1, 2002.
  27. .NET/Link: .NET/Link is a toolkit that integrates Mathematica and the Microsoft .NET Framework.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. CalcLink Lauschke Consulting
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.
  40. RLink Mathematica Documentation
  41. Calling Sage from Mathematica
  42. A Mathematica notebook to call Sage from Mathematica.
  43. Manuel Kauers and Viktor Levandovskyy of the Johannes Kepler University in Austria
  44. * Interface Links Origin And Mathematica Software Electronic Design
  45. Mathematica 5.1 Available , Database Journal, Jan 3, 2005.
  46. Mathematical Web Services: W3C Note 1 August 2003
  47. Introduction to Web Services, Mathematica Web Services Tutorial
  48. Lua error in package.lua at line 80: module 'strict' not found.
  49. Mathematica Link to Labview BetterView Consulting
  50. DDFLink Lauschke Consulting
  51. GITM SourceForge. Note that the GITM project currently (as of 2014-08-03) has no downloadable artefacts and appears to be inactive so GPIB support for Mathematica may not actually exist.
  52. BTopTools A commercial interface to USB devices
  53. Lua error in package.lua at line 80: module 'strict' not found.
  54. Lua error in package.lua at line 80: module 'strict' not found.
  55. Lua error in package.lua at line 80: module 'strict' not found.
  56. Lua error in package.lua at line 80: module 'strict' not found.
  57. Lua error in package.lua at line 80: module 'strict' not found.
  58. Lua error in package.lua at line 80: module 'strict' not found.
  59. Lua error in package.lua at line 80: module 'strict' not found.
  60. Lua error in package.lua at line 80: module 'strict' not found.
  61. Lua error in package.lua at line 80: module 'strict' not found.
  62. Lua error in package.lua at line 80: module 'strict' not found.
  63. Lua error in package.lua at line 80: module 'strict' not found.
  64. Lua error in package.lua at line 80: module 'strict' not found.
  65. Lua error in package.lua at line 80: module 'strict' not found.
  66. Lua error in package.lua at line 80: module 'strict' not found.
  67. Lua error in package.lua at line 80: module 'strict' not found.
  68. Lua error in package.lua at line 80: module 'strict' not found.
  69. Raspberry Pi Includes Mathematica for Free The Verge
  70. Lua error in package.lua at line 80: module 'strict' not found.
  71. Mathematica 6 Platform Availability
  72. Math, the universe, and Stephen: the author of Mathematica created a whirlwind of scientific controversy this year when, after more than 10 years of research, he published his treatise on the ability of simple structures to create unpredictable complex patterns. (2002 Scientist Of The Year).(Stephen Wolfram) by Tim Studt, R&D, November 1 , 2002.
  73. A Top Scientist's Latest: Math Software by Andrew Pollack, The New York Times, June 24, 1988.
  74. Lua error in package.lua at line 80: module 'strict' not found.
  75. Lua error in package.lua at line 80: module 'strict' not found.
  76. Lua error in package.lua at line 80: module 'strict' not found.
  77. Lua error in package.lua at line 80: module 'strict' not found.
  78. Supercomputer Pictures Solve the Once Insoluble, John Markoff, October 30, 1988.
  79. 79.00 79.01 79.02 79.03 79.04 79.05 79.06 79.07 79.08 79.09 79.10 Lua error in package.lua at line 80: module 'strict' not found.
  80. Mathematica 1.2 adds new graphics options: upgrade also promises concurrent operations by Elinor Craig, MacWeek, July 25, 1989.
  81. Mathematica + 283 functions = Mathematica 2.0 by Raines Cohen, MacWeek, January 15, 1991.
  82. New version of Mathematica, Mechanical Engineering, June 1, 1993.
  83. Lua error in package.lua at line 80: module 'strict' not found.
  84. Mathematica 4.0 by Charles Seiters, Macworld, October 1, 1999.
  85. Mathematica 5.0 Adds Up: Exactly 15 years after Mathematica's initial release, Wolfram Research has released Mathematica , PC Magazine, September 3, 2003.
  86. Mathematica 5.1's Web Services Add Up; Mathematica 5.1 delivers improvements over Version 5.0 that are vastly out of proportion for a .1 upgrade. by Peter Coffee, eWeek, December 6, 2004.
  87. Mathematica hits 64-bit, MacWorld UK, July 13, 2005.
  88. Today, Mathematica is reinvented - Blog by Stephen Wolfram
  89. Mathematica 6: Felix Grant finds that version 6 of Wolfram Research's symbolic mathematical software really does live up to its expectations. Scientific Computing, 2007.
  90. Mathematica 7.0 Released Today! - Blog by Stephen Wolfram
  91. Lua error in package.lua at line 80: module 'strict' not found.
  92. Lua error in package.lua at line 80: module 'strict' not found.

External links