Computer algebra system and term-rewriting functional programming language from Wolfram Research. Not to be confused with "mathematics". New dedicated Mathematica SE site: http://mathematica.stackexchange.com/

learn more… | top users | synonyms (2)

505
votes
3answers
71k views

How do I find Waldo with Mathematica?

This was bugging me over the weekend: What is a good way to solve those Where's Waldo? ['Wally' outside of North America] puzzles, using Mathematica (image-processing and other functionality)? Here ...
61
votes
26answers
5k views

What is in your Mathematica tool bag? [closed]

We all know that Mathematica is great, but it also often lacks critical functionality. What kind of external packages / tools / resources do you use with Mathematica? I'll edit (and invite anyone ...
55
votes
9answers
2k views

Remove white background from an image and make it transparent

We're trying to do the following in Mathematica: RMagick remove white background from image and make it transparent But with actual photos it ends up looking lousy (like having a halo around the ...
50
votes
3answers
1k views

Upload images to Imgur from Mathematica

Here's a challenge to all mathematica tag followers. Let's make it a lot more convenient to insert images into SO post from Mathematica by creating an imgur uploader. How can we create a function ...
40
votes
14answers
12k views

Best open-source Mathematica equivalent

What is the best open-source equivalent for Mathematica? My requirements are: (most important) Must be a real computer algebra system (CAS). Notably, I don't want Matlab clones -- I want something ...
39
votes
1answer
529 views
+500

Can prettify.js be extended to support Mathematica?

The mathematica.SE is currently in private beta and will open to the public in a few days. Stack Overflow and related sites use prettify.js, however Mathematica is not a supported language. It would ...
35
votes
0answers
716 views

Mathematica evaluates expression once, then returns the expression unevaluated [closed]

Mathematica 8.0.1 on Mac OS X 10.7.2 does this: Quit the kernel and execute MathieuS[MathieuCharacteristicA[ 1, -(1/4)], -0.25`, 15.707963267948966`] MathieuS[MathieuCharacteristicA[ 1, -(1/4)], ...
34
votes
4answers
2k views

Mathematica: what is symbolic programming?

I am a big fan of Stephen Wolfram, but he is definitely one not shy of tooting his own horn. In many references he extols mathematica as a different symbolic programming paradigm. I am not a ...
31
votes
6answers
665 views

Simple programming techniques / tricks in Mathematica for making graphics for the math book?

I tried to use it. And it's really nice for some Plots, but when its about making for example a triangle I found it quite complicated. I figured out how to draw a triangle but how to add that angle ...
29
votes
3answers
802 views

How to determine PlotRange to include all of graphics?

Given Graphics object, how do I determine the range of coordinates needed to include all of graphics? Basically I need something like what Show does by default, but I want to specify ...
27
votes
3answers
2k views

Performance tuning in Mathematica?

What performance tuning tricks do you use to make a Mathematica application faster? Matlab has an amazing profiler, but from what I can tell, Mathematica has no similar functionality.
24
votes
6answers
870 views

Secret Santa - Generating 'valid' permutations

My friends invited me home to play the game of Secret Santa, where we are supposed to draw a lot & play the role of 'Santa' for a friend in the group. So, we write all our names and pick a name ...
24
votes
2answers
999 views

Tree data structure in Mathematica

I have used mathematica mostly as a mathematics workbench and for writing relatively small ad-hoc programs. I am however designing a system which I intend to program in Mathematica. I need to store ...
23
votes
4answers
2k views

Using Mathematica to build Presentations and Documents

I use Mma mainly to solve relatively small problems. I want to start using it also to prepare my presentations and docs, but I am having troubles to learn how to do it from the embedded help, and I ...
22
votes
1answer
732 views

Strange Sin[x] graph in Mathematica

I randomly plotted a Sin[x] function in Mathematica 7 and this is what it shows: Note the visible defect at approximately x = -100. Here is a zoom of the defect part, clearly showing that ...
21
votes
2answers
541 views

How do I access the StackOverflow API from Mathematica

I was wondering the other day if StackOverflow had an API I could access from Mathematica, and apparently it does: "Saving plot annotations" What's the best way to get data from StackOverflow into ...
20
votes
2answers
433 views

Best practices in error reporting (Mathematica)

What are the best practices / most common / idiomatic ways to report errors in Mathematica? In particular, what are the best ways to report errors about incorrect arguments to a function? Checking ...
20
votes
5answers
1k views

How to plot a gene graph for a DNA sequence say ATGCCGCTGCGC?

I need to generate a random walk based on the DNA sequence of a virus, given its base pair sequence of 2k base pairs. The sequence looks like "ATGCGTCGTAACGT". The path should turn right for an A, ...
20
votes
3answers
881 views

Version control of Mathematica notebooks

Mathematica notebooks are, of course, plaintext files -- it seems reasonable to expect that they should play nice with a version-control system (git in my case, although I doubt the specific system ...
18
votes
1answer
415 views

How to create tabbed Mathematica notebooks

Is there a way to create and edit notebooks (sequences of cells) in a tabbed interface? Could such an interface be made with TabView or some other tool? I assume this would be possible if I made a ...
18
votes
4answers
354 views

Point Renderings Slightly Off in Mathematica

The Mathematica code f := #1 + Sin[2 #1] &; inflectionPoints = Table[{x, f[x]}, {x, -Pi, Pi, Pi/2}]; stationaryPoints = Union[ Table[{x, f[x]}, {x, -2 Pi/3, Pi/3, Pi}], Table[{x, f[x]}, ...
18
votes
1answer
337 views

Numbered equations/formulas

How do you number equations in Mathematica notebooks so that they are exported correctly into latex? In case you don't know how to put numbered equations here is quick review. 1) Open a new notebook ...
17
votes
3answers
308 views

Has anyone written any function to automatically build a dependency graph of an arbitrary Mathematica function?

And, by a similar token, has anyone written a function to pull the function dependencies of a function? That is, it would be nice to have a function that returns a list of function dependencies as a ...
17
votes
2answers
397 views

Doing probabilistic calculations on a higher abstraction level

To the downvoters: this isn't a question about mathematics, it's a question about the programming language Mathematica. One of the prime characteristics of Mathematica is that it can deal with ...
17
votes
5answers
501 views

Minimal effort method for integrating C++ functions into Mathematica

As of Mathematica 8, what is the minimal effort way to integrate an existing C++ function into Mathematica? I think we have these: MathLink (it was quite long ago I used it last time) communication ...
17
votes
2answers
296 views

Exposing Symbols to $ContextPath

There are a variety of Internal`context functions that are useful, such as InheritedBlock, Bag and StuffBag, etc., as well as many useful Developer` fuctions. I wish to expose a selection of these ...
17
votes
3answers
551 views

Mathematica “linked lists” and performance

In Mathematica, I create singly linked lists like so: toLinkedList[x_List] := Fold[pair[#2, #1] &, pair[], Reverse[x]]; fromLinkedList[ll_pair] := List @@ Flatten[ll]; emptyQ[pair[]] := True; ...
17
votes
1answer
903 views

Listing all interesting sections of a tetrahedron

Answer update, 12/22: Using Peter Shor's observation that there's a homomorphism between distinct sections and permutations of objects on the cube, list all such permutations by representing a group ...
16
votes
1answer
382 views

Simplify Regular Expression in Mathematica

I recently found out about Kleene algebra for manipulating and simplifying regular expressions. I'm wondering if this has been build into any computational software programs like Mathematica? It ...
16
votes
8answers
388 views

What is the best way to find the period of a (repeating) list in Mathematica?

What is the best way to find the period in a repeating list? For example: a = {4, 5, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2} has repeat {4, 5, 1, 2, 3} with the remainder {4, 5, 1, 2} matching, but ...
16
votes
1answer
403 views

dynamic interactivity problem

I am trying to have two panels, the left showing a graphic and two locators, the right one a zoomed-in version in the area defined by the locators. I've tried ClearAll[mndpt]; mndpt = Compile[{{c, ...
16
votes
2answers
473 views

Getting the Mathematica front end to obey the FontFamily option

When it comes to Chinese characters, I am unable to get the Front End of Mathematica to use the fonts of my choice. How can I get it to use the fonts I need? Here I provide two screenshots to show ...
15
votes
1answer
164 views

How can I select one out of several Graphics3D objects and change its coordinates in Mathematica?

In the accepted answer of question " Mathematica and MouseListener - developing interactive graphics with Mma " Sjoerd C de Vries demonstrates that it is possible to select an object in a 3D graphic ...
15
votes
4answers
338 views

A fast implementation in Mathematica for Position2D

I'm looking for a fast implementation for the following, I'll call it Position2D for lack of a better term: Position2D[ matrix, sub_matrix ] which finds the locations of sub_matrix inside matrix ...
15
votes
0answers
195 views

Mathematica 8.0 interaction with a web server JSP using HTTP POST and XML

I have been tasked with using Mathematica to interact with a third party's web server via JSP using HTTP POST and XML. Example of what I need to send: <html> <head></head> ...
15
votes
2answers
255 views

How to draw the classic state diagram using Mathematica?

Is it possible and practical for Mathematica to draw something like this (being created by Graphviz): This is the best that I can get (but the shape and style are not satisfying): Code: ...
15
votes
1answer
293 views

Correct way to cap Mathematica memory use?

Under a 32-bit operating system, where maximum memory allocated to any one program is limited, Mathematica gracefully terminates the kernel and returns a max memory allocation error. On a 64-bit OS ...
15
votes
4answers
259 views

What are the benefits of switching from Rule and /. to OptionsPattern[] and OptionValue in a large application?

Old habits die hard, and I realise that I have been using opts___Rule pattern-matching and constructs like thisoption /. {opts} /. Options[myfunction] in the very large package that I'm currently ...
15
votes
2answers
410 views

how to generate such an image in Mathematica

I am thinking of process an image to generate in Mathematica given its powerful image processing capabilities. Could anyone give some idea as to how to do this? Thanks a lot.
15
votes
2answers
149 views

Equation Threading: Why the default behavior?

I recently rediscovered a small package by Roman Maeder that tells Mathematica to automatically thread arithmetic and similar functions over expressions such as x == y. Link to Maeder's package. ...
14
votes
4answers
213 views

How to programmatically obtain information about font selection in Mathematica

If I evaluate e.g. SystemDialogInput["Color"] and choose a colour, lets say red, the output cell shows RGBColor[1,0,0]. To view the font panel I can evaluate FrontEndTokenExecute["FontPanel"]. If I ...
14
votes
4answers
229 views

Import data from URL

The St. Louis Federal Reserve Bank has a great set of data available on a variety of their web pages, such as: http://research.stlouisfed.org/fred2/series/OILPRICE/downloaddata?cid=32217 ...
14
votes
5answers
209 views

Mouseover & Dynamic in Mathematica

Could anyone point out why this is not working in Mathematica 8: DynamicModule[{x = Pink}, Row[ {Style["Hello", x], Mouseover[ x = Green; "World", x = Blue; "World"]}]] What I expect ...
14
votes
4answers
326 views

Mathematica Module versus With or Block - Guideline, rule of thumb for usage?

Leonid wrote in chapter iv of his book : "... Module, Block and With. These constructs are explained in detail in Mathematica Book and Mathematica Help, so I will say just a few words about them here. ...
14
votes
2answers
393 views

Integrating notebooks to Mathematica's documentation center

If you have been using Mathematica for a while you probably have grown attached to the documentation center. There is always something new that you find in those pages. Let it be options for a ...
14
votes
3answers
281 views

Why does Default behave like this?

One may set a Default value for the arguments of a function: Default[f] = 5; And then use: f[a_, b_.] := {a, b} f[1, 2] f[1] {1, 2} {1, 5} This creates the following Values: ...
14
votes
1answer
425 views

Plot using With versus Plot using Block (Mathematica)

I want to describe an issue I have been having with Plot using With to keep defined parameters 'local'. I am not necessarily asking for a fix: the problem I have is one of understanding. Sometimes I ...
14
votes
5answers
945 views

Using Array and Table Functions in Mathematica. Which is best when

I have been mostly a Table functions user in mathematica. However I have noticed that in several examples where I used Array instead of Table to express the same result, it ran markedly faster, ...
14
votes
8answers
513 views

Optimally picking one element from each list

I came across an old problem that you Mathematica/StackOverflow folks will probably like and that seems valuable to have on StackOverflow for posterity. Suppose you have a list of lists and you want ...
14
votes
1answer
518 views

Mathematica: Unevaluated vs Defer vs Hold vs HoldForm vs HoldAllComplete vs etc etc

I'm bewildered by all the built-in Mathematica functions that purport to prevent evaluation in some way: Unevaluated, Defer, Hold, and over half a dozen of the form Hold*. The Mathematica ...

1 2 3 4 5 40