Questions tagged [mathematica]

Mathematica is a computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing. It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign, Illinois.

Mathematica is a computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing. It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign, Illinois.

Features of Mathematica include (list taken from Wikipedia):

  • Elementary mathematical function library
  • Special mathematical function library
  • Matrix and data manipulation tools including support for [[sparse array]]s
  • Support for complex number, Arbitrary precision arithmetic, interval arithmetic and symbolic computation
  • 2D and 3D data and function visualization and animation tools
  • Solvers for systems of equations, diophantine equations, Ordinary differential equation, Partial differential equation, Differential algebraic equation, Delay differential equation and recurrence relations
  • Numeric and symbolic tools for discrete and continuous calculus
  • Multivariate statistics libraries including fitting, hypothesis testing, and probability and expectation calculations on over 100 distributions.
  • Constrained and unconstrained local and global optimization
  • Programming language supporting procedural, functional and object oriented constructs
  • Toolkit for adding user interfaces to calculations and applications
  • Tools for image processing and morphological image processing including image recognition
  • Tools for visualizing and analysing graphs
  • Tools for combinatoric problems
  • Tools for text mining including regular expressions and semantic analysis
  • Data mining tools such as cluster analysis, sequence alignment and pattern matching
  • Number theory function library
  • Tools for financial calculations including bonds, annuities, derivatives, options etc.
  • Group theory functions
  • Libraries for Wavelet analysis on sounds, images and data
  • Control systems libraries
  • Continuous and discrete integral transforms
  • Import and export filters for data, images, video, sound, CAD, GIS document and biomedical formats
  • Database collection for mathematical, scientific, and socio-economic information and access to WolframAlpha data and computations
  • Technical word processing including formula editing and automated report generating
  • Tools for connecting to DLLs. SQL, Java, .NET, C++, FORTRAN, CUDA, OpenCL and http based systems
  • Tools for parallel programing
  • Using both "free-form linguistic input" (a natural language user interface) and Mathematica language in notebook when connected to the Internet

Also, check the Mathematica Stack Exchange for more directed help.

61 questions
10
votes
1 answer

Simulink is to Matlab as _______ is to Mathematica?

What is the Mathematica equivalent of Matlab's Simulink? I want something that lets me build a discrete event simulation.
user1413
  • 4,494
10
votes
1 answer

No sound in Mathematica under Linux

I have a huge set of events in Mathematica that I need to react to, and it's not practical always checking for it, especially since events are randomly distributed in time. So I wanted to add a simple sound to remind me to go check the event. I…
enedene
  • 569
8
votes
5 answers

For complicated mathematic calculations, are extra threads or high-speed disk access more important?

Next semester, I intend to start doing research in combinatorics. I have used and fallen in love with Mac computers and Wolfram Mathematica 8, and I intend to get these for use with this project and in college. I will be a Physics and Mathematics…
7
votes
3 answers

How to paste table from MS Excel to Wolfram Mathematica?

When I am pasting a region from MS Excel, which contains multiple numbers, to Mathematica, I am getting just a long plain sequence of digits, i.e. one integer number in Mathematica. How to have a table of some sort, i.e. separated values?
Dims
  • 13,414
7
votes
2 answers

How to make "Real number symbol" (ℝ) in Mathematica

How can I write the "Real number symbol" ℝ in Mathematica?
Tyilo
  • 2,845
7
votes
3 answers

Hide In[n] and Out[n] in Mathematica

Is it possible to hide the CellLabels In[n]:= and Out[n]= in a Mathematica notebook? I don't want to hide the input or output, just the text In[n] and Out[n].
Tyilo
  • 2,845
6
votes
2 answers

How to make commands in Mathematica 8 use all cores?

Many commands in Mathematica 8 (Integrate, Simplify, etc.) seem to only be using a single core on my system. Is there any way I can change the affinity so that it utilizes all cores for computations?
derdack
  • 133
5
votes
1 answer

How to deploy Mathematica applications?

How does one deploy Mathematica applications? It seems that the only option is to use the Mathematica player (http://www.wolfram.com/solutions/interactivedeployment/compare.html). Is this correct? There is no way to compile Mathematica code into…
user1413
  • 4,494
5
votes
1 answer

How to import Mathematica 8 file to Maple 13?

How can I import a .nb file from Wolfram Mathematica to Maple? I need an example of how to integrate.
derdack
  • 133
4
votes
1 answer

Set::write: Tag Plus in is Protected

If I have this equation: x+y=27 xy=180 I want to solve it using: Solve[{x+y==27,xy==180},{x,y}] However this results in the following errors: Set::write: Tag Plus in x+y is Protected. >> Solve::svars: Equations may not give solutions for all…
Tyilo
  • 2,845
4
votes
1 answer

Has any one managed to get Wolfram CDF plugin to work on Linux/Firefox?

On Ubuntu $uname -a Linux me-VirtualBox 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux I downloaded the CDF player plugin from WRI web page and installed it OK: $chmod +x CDFPlayer_8.0.1_LINUX.sh $sudo…
Nasser
  • 400
3
votes
1 answer

"Language for non-Unicode programs" and Cyrillic Export to pdf

Thanks to Szabolcs' comment to this question, I have found a way to Export Cyrillic symbols from Mathematica to PDF correctly. We just need to set a system-wide variable commonly called the system local (or language for non-Unicode applications) to…
3
votes
2 answers

Convert Mathematica to PDF via command line

I am on Linux and would like to convert a bunch of Mathematica 8 Notebooks to PDF. Is there some way to convert them on the command line? I'd like to write a makefile rule for the conversion, so that I can batch convert many of them.
3
votes
3 answers

Mathematica Notebook Navigation Shortcuts

I really enjoy structuring Mathematica Notebook with different part & sub-parts, however, I have not yet found the shortcuts to navigate it efficiently. For example, how can I use keyboard shortcuts to: Go from one paragraph to another? From one…
500
  • 139
3
votes
3 answers

How do you cycle through windows in Mathematica 7?

How do you cycle through notebook windows in Mathematica 7? Is there a shortcut? The help system doesn't help.
Mau
  • 81
1
2 3 4 5