Wolfram Mathematica

Last updated
Wolfram Mathematica
Developer(s) Wolfram Research
Initial releaseJune 23, 1988;35 years ago (1988-06-23) [1]
Stable release 13.3.1 (August 16, 2023;4 months ago (2023-08-16)) [±] [2]
Written in Wolfram Language, [3] C/C++, Java [4]
Platform Windows, [5] macOS, Linux (includes separated support for Raspbian on Raspberry Pi [6] ), online service. All platforms support 64-bit implementations. [7] (list)
Available inEnglish, Chinese, Japanese
Type Computer algebra, numerical computations, information visualization, statistics, user interface creation
License Proprietary
Website www.wolfram.com/mathematica/ OOjs UI icon edit-ltr-progressive.svg

Wolfram Mathematica is a software system with built-in libraries for several areas of technical computing that allow machine learning, statistics, symbolic computation, data manipulation, network analysis, time series analysis, NLP, optimization, plotting functions and various types of data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other programming languages. It was conceived by Stephen Wolfram, and is developed by Wolfram Research of Champaign, Illinois. [8] [9] The Wolfram Language is the programming language used in Mathematica. [10] Mathematica 1.0 was released on June 23, 1988 in Champaign, Illinois and Santa Clara, California. [11] [12] [13]

Contents

Notebook interface

Mathematica is split into two parts: the kernel and the front end. The kernel interprets expressions (Wolfram Language code) and returns result expressions, which can then be displayed by the front end.

The original front end, designed by Theodore Gray [14] in 1988, consists of a notebook interface and allows the creation and editing of notebook documents that can contain code, plaintext, images, and graphics. [15]

Alternatives to the Mathematica front end include Wolfram Workbench—an Eclipse-based integrated development environment (IDE) that was introduced in 2006. It provides project-based code development tools for Mathematica, including revision management, debugging, profiling, and testing. [16]

There is also a plugin for IntelliJ IDEA-based IDEs to work with Wolfram Language code that in addition to syntax highlighting can analyze and auto-complete local variables and defined functions. [17] The Mathematica Kernel also includes a command line front end. [18]

Other interfaces include JMath, [19] based on GNU Readline and WolframScript [20] which runs self-contained Mathematica programs (with arguments) from the UNIX command line.

The file extension for Mathematica files is .nb and .m for configuration files.

Mathematica is designed to be fully stable and backwards compatible with previous versions.

High-performance computing

Capabilities for high-performance computing were extended with the introduction of packed arrays in version 4 (1999) [21] and sparse matrices (version 5, 2003), [22] and by adopting the GNU Multiple Precision Arithmetic Library to evaluate high-precision arithmetic.

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

In 2002, gridMathematica was introduced to allow user level parallel programming on heterogeneous clusters and multiprocessor systems [26] 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. [27]

Extensions

As of Version 13, there are 6,051 built-in functions and symbols in the Wolfram Language. [28] Stephen Wolfram announced the launch of the Wolfram Function Repository in June 2019 as a way for the public Wolfram community to contribute functionality to the Wolfram Language. [29] At the time of Stephen Wolfram's release announcement for Mathematica 13, there were 2,259 functions contributed as Resource Functions. [30] In addition to the Wolfram Function Repository, there is a Wolfram Data Repository with computable data and the Wolfram Neural Net Repository for machine learning. [31]

Wolfram Mathematica is the basis of the Combinatorica package, which adds discrete mathematics functionality in combinatorics and graph theory to the program. [32]

Connections to other applications, programming languages, and services

Communication with other applications can be done using a protocol called Wolfram Symbolic Transfer Protocol (WSTP). It allows communication between the Wolfram Mathematica kernel and the front end and provides a general interface between the kernel and other applications. [33]

Wolfram Research freely distributes a developer kit for linking applications written in the programming language C to the Mathematica kernel through WSTP using J/Link., [34] a Java program that can ask Mathematica to perform computations. Similar functionality is achieved with .NET /Link, [35] but with .NET programs instead of Java programs.

Other languages that connect to Mathematica include Haskell, [36] AppleScript, [37] Racket, [38] Visual Basic, [39] Python, [40] [41] and Clojure. [42]

Mathematica supports the generation and execution of Modelica models for systems modeling and connects with Wolfram System Modeler.

Links are also available to many third-party software packages and APIs. [43]

Mathematica can also capture real-time data from a variety of sources [44] and can read and write to public blockchains (Bitcoin, Ethereum, and ARK). [45]

It supports import and export of over 220 data, image, video, sound, computer-aided design (CAD), geographic information systems (GIS), [46] document, and biomedical formats.

In 2019, support was added for compiling Wolfram Language code to LLVM. [47]

Version 12.3 of the Wolfram Language added support for Arduino. [48]

Computable data

Mathematica is also integrated with Wolfram Alpha, an online answer engine that provides additional data, some of which is kept updated in real time, for users who use Mathematica with an internet connection. Some of the data sets include astronomical, chemical, geopolitical, language, biomedical, airplane, and weather data, in addition to mathematical data (such as knots and polyhedra). [49]

Reception

BYTE in 1989 listed Mathematica as among the "Distinction" winners of the BYTE Awards, stating that it "is another breakthrough Macintosh application ... it could enable you to absorb the algebra and calculus that seemed impossible to comprehend from a textbook". [50] Mathematica has been criticized for being closed source. [51] Wolfram Research claims keeping Mathematica closed source is central to its business model and the continuity of the software. [52] [53]

See also

Related Research Articles

<span class="mw-page-title-main">Stephen Wolfram</span> British-American mathematician, physicist, computer scientist, writer and businessman (born 1959)

Stephen Wolfram is a British-American computer scientist, physicist, and businessman. He is known for his work in computer science, mathematics, and theoretical physics. In 2012, he was named a fellow of the American Mathematical Society.

A computer algebra system (CAS) or symbolic algebra system (SAS) is any mathematical software with the ability to manipulate mathematical expressions in a way similar to the traditional manual computations of mathematicians and scientists. The development of the computer algebra systems in the second half of the 20th century is part of the discipline of "computer algebra" or "symbolic computation", which has spurred work in algorithms over mathematical objects such as polynomials.

<span class="mw-page-title-main">Application binary interface</span> Binary interface between two program units

In computer software, an application binary interface (ABI) is an interface between two binary program modules. Often, one of these modules is a library or operating system facility, and the other is a program that is being run by a user.

<span class="mw-page-title-main">Maple (software)</span> Mathematical computing environment

Maple is a symbolic and numeric computing environment as well as a multi-paradigm programming language. It covers several areas of technical computing, such as symbolic mathematics, numerical analysis, data processing, visualization, and others. A toolbox, MapleSim, adds functionality for multidomain physical modeling and code generation.

<span class="mw-page-title-main">Theoretical computer science</span> Subfield of computer science and mathematics

Theoretical computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, formal language theory, the lambda calculus and type theory.

<span class="mw-page-title-main">Wolfram Research</span> American multinational company

Wolfram Research, Inc. is an American multinational company that creates computational technology. Wolfram's flagship product is the technical computing program Wolfram Mathematica, first released on June 23, 1988. Other products include WolframAlpha, Wolfram SystemModeler, Wolfram Workbench, gridMathematica, Wolfram Finance Platform, webMathematica, the Wolfram Cloud, and the Wolfram Programming Lab. Wolfram Research founder Stephen Wolfram is the CEO. The company is headquartered in Champaign, Illinois, United States.

Basic Linear Algebra Subprograms (BLAS) is a specification that prescribes a set of low-level routines for performing common linear algebra operations such as vector addition, scalar multiplication, dot products, linear combinations, and matrix multiplication. They are the de facto standard low-level routines for linear algebra libraries; the routines have bindings for both C and Fortran. Although the BLAS specification is general, BLAS implementations are often optimized for speed on a particular machine, so using them can bring substantial performance benefits. BLAS implementations will take advantage of special floating point hardware such as vector registers or SIMD instructions.

The GNU Scientific Library is a software library for numerical computations in applied mathematics and science. The GSL is written in C; wrappers are available for other programming languages. The GSL is part of the GNU Project and is distributed under the GNU General Public License.

The following tables compare general and technical information for a number of statistical analysis packages.

<span class="mw-page-title-main">IPython</span> Advanced interactive shell for Python

IPython is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history. IPython provides the following features:

gridMathematica

gridMathematica is a software product sold by Wolfram Research which extends the parallel processing capabilities of its main product Mathematica.

<span class="mw-page-title-main">Wolfram Language</span> Programming language and environment developed by Wolfram Research

The Wolfram Language is a proprietary, general high-level multi-paradigm programming language developed by Wolfram Research. It emphasizes symbolic computation, functional programming, and rule-based programming and can employ arbitrary structures and data. It is the programming language of the mathematical symbolic computation program Mathematica.

The following table compares notable software frameworks, libraries and computer programs for deep learning.

<span class="mw-page-title-main">Notebook interface</span> Programming tool blending code and documents

A notebook interface or computational notebook is a virtual notebook environment used for literate programming, a method of writing computer programs. Some notebooks are WYSIWYG environments including executable calculations embedded in formatted documents; others separate calculations and text into separate sections. Notebooks share some goals and features with spreadsheets and word processors but go beyond their limited data models.

<span class="mw-page-title-main">Project Jupyter</span> Open source data science software

Project Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages.

References

  1. Wolfram, Stephen (23 Jun 2008), Mathematica Turns 20 Today, Wolfram, retrieved 16 May 2012
  2. "Mathematica Quick Revision History" . Retrieved 2023-08-16.
  3. "Celebrating Mathematica's First Quarter Century" . Retrieved 11 August 2015.
  4. The Software Engineering of Mathematica—Wolfram Mathematica 9 Documentation Archived 2017-07-29 at the Wayback Machine . Reference.wolfram.com. Retrieved on 2015-03-23.
  5. "Mathematica 12 System Requirements and Platform Availability" . Retrieved 16 December 2020.
  6. Raspberry Pi Includes Mathematica for Free Archived 2014-05-09 at the Wayback Machine The Verge
  7. "Wolfram Mathematica" . Retrieved 11 August 2015.
  8. "Stephen Wolfram: Simple Solutions; The iconoclastic physicist's Mathematica software nails complex puzzles" . BusinessWeek. October 3, 2005. Retrieved August 4, 2021.
  9. "Contact Wolfram Research" . Retrieved 11 August 2015.
  10. "Stephen Wolfram's new programming language: Can he make the world computable?". Slate Magazine. 6 March 2014. Retrieved 11 August 2015.
  11. "Mathematica—Three Decades of Contributions, Invention, Discovery, and Education". www.wolfram.com. Retrieved 2022-05-16.
  12. "Celebrating a Third of a Century of Mathematica, and Looking Forward—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  13. "There Was a Time before Mathematica…—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  14. Patent US8407580 Archived 2016-11-20 at the Wayback Machine Google Patent Search
  15. Hayes, Brian (1990-01-01). "Thoughts on Mathematica" (PDF). Pixel. Archived (PDF) from the original on 2014-07-15.
  16. "Wolfram intros Workbench IDE for Mathematica". Macworld. 21 June 2006. Archived from the original on 2 July 2006. Retrieved 11 August 2015.
  17. "Mathematica plugin for IntelliJ IDEA".
  18. Using a Text-Based Interface Archived 2013-10-29 at the Wayback Machine documentation at wolfram.com
  19. "JMath: A GNU Readline based frontend for Mathematica" . Retrieved 11 August 2015.
  20. "Directory listing" . Retrieved 18 April 2019.
  21. 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.
  22. Mathematica 5.1: additional features make software well-suited for operations research professionals Archived 2008-09-25 at the Wayback Machine by ManMohan S. Sodhi, OR/MS Today, December 1, 2004.
  23. The 21st annual Editors' Choice Awards Archived 2009-01-12 at the Wayback Machine , Macworld, February 1, 2006.
  24. "Mathematica is tuned to take advantage of CPU features when available" . Retrieved 13 April 2020.
  25. "ClearSpeed Advance Accelerator Boards Certified by Wolfram Research; Math Coprocessors Enable Mathematica Users to Quadruple Performance". Archived from the original on 25 January 2016. Retrieved 11 August 2015.
  26. gridMathematica offers parallel computing solution Archived 2005-12-02 at the Wayback Machine by Dennis Sellers, MacWorld, November 20, 2002.
  27. "CUDA and OpenCL support added in Mathematica 8" . Retrieved 13 April 2020.
  28. "Launching Version 13.0 of Wolfram Language + Mathematica—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  29. "The Wolfram Function Repository: Launching an Open Platform for Extending the Wolfram Language—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  30. "Launching Version 13.0 of Wolfram Language + Mathematica—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  31. "Launching the Wolfram Data Repository: Data Publishing that Really Works—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-05-16.
  32. Skiena, Steven (2003). Computational Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Cambridge University Press.
  33. "Wolfram Symbolic Transfer Protocol (WSTP)".
  34. Mathematica 4.2 Archived 2007-11-21 at the Wayback Machine by Charles Seiter, Macworld, November 1, 2002.
  35. .NET/Link Archived 2010-09-09 at the Wayback Machine : .NET/Link is a toolkit that integrates Mathematica and the Microsoft .NET Framework.
  36. "mathlink: Write Mathematica packages in Haskell - Hackage" . Retrieved 11 August 2015.
  37. S.Kratky. "MathLink for AppleScript". Archived from the original on 17 July 2011. Retrieved 11 August 2015.
  38. "MrMathematica: Calling Mathematica from Scheme" . Retrieved 11 August 2015.
  39. "Mathematica for ActiveX - from Wolfram Library Archive" . Retrieved 11 August 2015.
  40. "erocarrera/pythonika". GitHub. Retrieved 11 August 2015.
  41. "PYML (Python Mathematica interface) - from Wolfram Library Archive" . Retrieved 11 August 2015.
  42. "Clojuratica - Home". Clojuratica.weebly.com. Retrieved 2013-08-16.
  43. "Wolfram Documentation: ServiceConnect" . Retrieved 4 August 2021.
  44. "Vernier and Mathematica".
  45. "Working with blockchains" . Retrieved 15 April 2020.
  46. Mathematica 6 Labs Review Archived 2022-03-25 at the Wayback Machine Cadalyst Feb 1, 2008
  47. "Create LLVM code" . Retrieved 13 April 2020.
  48. "Launching Version 12.3 of Wolfram Language & Mathematica—Stephen Wolfram Writings". writings.stephenwolfram.com. Retrieved 2022-01-29.
  49. "Scientific and Technical Data", Mathematic Guide, Wolfram Research, archived from the original on 10 May 2012, retrieved 16 May 2012
  50. "The BYTE Awards". BYTE. January 1989. p. 327.
  51. "Paul Romer". paulromer.net. Retrieved 2021-08-05.
  52. "Why Wolfram Tech Isn't Open Source—A Dozen Reasons—Wolfram Blog". blog.wolfram.com. Retrieved 2021-08-05.
  53. "Six Reasons Why the Wolfram Language Is (Like) Open Source—Wolfram Blog". blog.wolfram.com. Retrieved 2022-05-16.