Wolfram Mathematica is a computer algebra system and programming language from Wolfram Research. Ask your Mathematica questions at http://mathematica.stackexchange.com/
87
votes
26answers
11k 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 ...
18
votes
2answers
3k views
Customizing Mathematica shortcuts
Is there a place I can view/change global shortcut options like Command+9 (turn into Input style)?
In particular I need a faster way of creating bulleted lists. It's style "Item" in Cell context menu ...
11
votes
5answers
712 views
Preventing avalanche of runtime errors in Mathematica
A typical situation I run into when notebook grows beyond a couple of functions -- I evaluate an expression, but instead of correct answer I get Beep followed by dozens of useless warnings followed by ...
70
votes
9answers
4k 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 ...
14
votes
2answers
1k views
The best way to construct a function with memory
Good day,
I have some very slooooow and complicated function, say f[x,y]. And I need to construct detailed ContourPlot of it. Moreover the function f[x,y] sometimes fails due to lack of physical ...
50
votes
3answers
7k 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.
14
votes
1answer
922 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 ...
987
votes
4answers
174k 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 ...
27
votes
2answers
1k 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 ...
22
votes
5answers
2k 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, ...
14
votes
4answers
598 views
Mathematica: How to clear the cache for a symbol, i.e. Unset pattern-free DownValues
I'm a bad cacher: Sometimes, when no one is watching, I'll cache results without including the full context like so:
f[x_]:=f[x]=x+a;
a=2; f[1];
DownValues[f]
Out[2]= ...
7
votes
1answer
400 views
How to export graphics in “Working” style environment rather than “Printout”?
I have learned recently that Export in Mathematica uses by default the "Printout" screen style environment rather than "Working" when exporting to PDF. It sometimes results in FontSize fluctuations in ...
27
votes
3answers
2k views
The clearest way to represent Mathematica's evaluation sequence
Good day,
WReach has presented here a nice way to represent the Mathematica's evaluation sequence using OpenerView. It is much more clear way to go than using the standard Trace or TracePrint ...
28
votes
2answers
3k 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 ...
13
votes
3answers
10k views
How do I label different curves in Mathematica?
How can I label each of these lines separately :
Plot[{{5 + 2 x}, {6 + x}}, {x, 0, 10}]
11
votes
5answers
3k views
Mathematica: Rasters in 3D graphics
There are times when exporting to a pdf image is simply troublesome. If the data you are plotting contains many points then your figure will be big in size and the pdf viewer of your choice will spend ...
10
votes
3answers
716 views
How to define part of a Manipulate control variable definition to reduce code duplication
This is a little related to this question
Define control as variable in Mathematica
But the above question did not answer my problem, as it talks about the full control definition. (I also tried ...
13
votes
1answer
2k views
Import big files/arrays with mathematica
I work with mathematica 8.0.1.0 on a Windows7 32bit platform. I try to import data with
Import[file,”Table”]
which works fine as long as the file (the array in the file) is small enough. But for ...
13
votes
9answers
1k views
Matching brackets in a string
What is the most efficient or elegant method for matching brackets in a string such as:
"f @ g[h[[i[[j[2], k[[1, m[[1, n[2]]]]]]]]]] // z"
for the purpose of identifying and replacing [[ Part ]] ...
17
votes
1answer
895 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 ...
9
votes
3answers
1k views
Delete repeating list elements preserving order of appearance
I am producing flat lists with 10^6 to 10^7 Real numbers, and some of them are repeating.
I need to delete the repeating instances, keeping the first occurrence only, and without modifying the ...
11
votes
4answers
2k views
How to prepend a column to a matrix?
Ok, imagine I have this Matrix: {{1,2},{2,3}}, and I'd rather have {{4,1,2},{5,2,3}}. That is, I prepended a column to the matrix. Is there an easy way to do it?
My best proposal is this:
...
3
votes
3answers
286 views
Executing code in v.5.2 kernel from within v.7.01 session through MathLink
I have Mathematica 7.01 and Mathematica 5.2 installed on the same machine. I wish to be able to evaluate code in the v.5.2 kernel from within Mathematica 7.01 session. I mean that running Mathematica ...
15
votes
3answers
1k views
Implementing a Quadtree in Mathematica
I have implemented a quadtree in Mathematica. I am new to coding in a functional programming language like Mathematica, and I was wondering if I could improve this or make it more compact by better ...
21
votes
2answers
869 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 ...
25
votes
1answer
1k 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 ...
12
votes
1answer
645 views
Upload to ifile.it through Mathematica
I was wondering whether it's possible to upload a file from Mathematica to ifile.it. I have seen the API of ifile.it, however, I still don't know how it works. Furthermore, the closest example I've ...
9
votes
2answers
378 views
Watching for new Mathematica questions using Mathematica and the StackOverflow API
Unless Mr.Wizard is on vacation, it is pretty difficult to beat this phenomenon which seems to be gifted with omnipresence and omniscience. How can we outdo him using Mathematica and the StackOverflow ...
10
votes
2answers
355 views
SaveDefinitions considered dangerous
SaveDefinitions is a nice option of Manipulate. It causes Manipulate to store any definitions used for its creation inside the Manipulate panel. A Manipulate made this way can be copied to an empty ...
8
votes
3answers
1k views
In Mathematica, what does @@@ mean?
I've been working through problems on Project Euler, and some of the solutions that other people have posted use a triple-at-sign, i.e. '@@@'. In the help browser for v7, I find an entry for @@ ...
9
votes
2answers
408 views
Saving plot annotations
Yesterday, while adding some timing plots to the "Optimally picking one element from each list" question I was once more remembered of a mathgroup posting I did a couple of years ago ("Keeping plot ...
26
votes
4answers
4k 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 ...
37
votes
5answers
2k 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 ...
46
votes
4answers
4k 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 ...
52
votes
3answers
2k 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 ...
15
votes
2answers
873 views
Tail call optimization in Mathematica?
While formulating an answer to another SO question, I came across some strange behaviour regarding tail recursion in Mathematica.
The Mathematica documentation hints that tail call optimization might ...
10
votes
6answers
5k views
Call a Mathematica program from the command line, with command-line args, stdin, stdout, and stderr
If you have Mathematica code in foo.m, Mathematica can be invoked with -noprompt
and with -initfile foo.m
(or -run "<<foo.m")
and the command line arguments are available in $CommandLine (with ...
15
votes
5answers
1k views
Efficiently Working with (and generating) Large Text Files
As part of my work, I am working with very large text files and, in part, analyzing them for word and phrase frequency. I am running into difficulties of computing time, memory restrictions, and in ...
13
votes
5answers
709 views
Setting up diagnostic error messages in large Mathematica projects
Whenever I create a large Mathematica project I run into this problem: Preventing avalanche of runtime errors in Mathematica, i.e., Mathematica's error message are opaque, archaic, and legion.
The ...
12
votes
7answers
858 views
Appending to the rows of a table
I have a two dimensional list and a one dimensional list. I would like to insert the 1D list into the 2D list as an additional column. For example:
array = {{a,1,2},{b,2,3},{c,3,4}};
column = ...
11
votes
4answers
2k views
How to debug when writting small or big codes using Mathematica? workbench? mma debugger? or something else?
At mathkb.com, I found a interesting post "Another review of Mathematica's debugger"
(by berniethejet) talking about debugging in wolfram workbench.
...
7
votes
2answers
1k views
mathematica envelope detection data smoothing
The following Mathematica code generates a highly oscillatory plot. I want to plot only the lower envelope of the plot but do not know how. Any suggestions wouuld be appreciated.
tk0 = ...
10
votes
2answers
550 views
Preventing evaluation of Mathematica expressions
In a recent SO question three different answers were supplied each using a different method of preventing the evaluation of the Equal[] expression. They were
Defer[]
Unevaluated[]
HoldForm[]
...
8
votes
2answers
917 views
How to dynamically generate mathematica code?
I want to make a mini programming language in mma. From a textfile to Module(s) in a Package. Ideally I should be able to generate the package and modules from within Mathematica by functions in ...
6
votes
4answers
486 views
Pattern to match only “children” of certain elements
I would like to be able to have a pattern that matches only expressions that are (alternately: are not) children of certain other elements.
For example, a pattern to match all Lists not within a ...
14
votes
1answer
2k views
Efficient way to remove empty lists from lists?
What is the most efficient way to remove all empty List[] objects from all of the Lists that appear in an expression at different levels? The empty List[] should be removed only if it is an element of ...
5
votes
2answers
867 views
VertexCoordinate Rules and VertexList from GraphPlot Graphic
Is there any way of abstracting the vertex order that GraphPlot applies to VertexCoordinate Rules from the (FullForm or InputForm) of the graphic produced by GraphPlot? I do not want to use the ...
4
votes
2answers
180 views
Defining a function with an optional value that is by default a function of another paramether of the function in mathematica
I am trying to define a function that takes in a Matrix and when its dimensions are not provided as input, compute these dimensions in the optional parameter d
This does not work but gives you the ...
12
votes
7answers
6k views
ForEach loop in Mathematica
I'd like something like this:
each[i_, {1,2,3},
Print[i]
]
Or, more generally, to destructure arbitrary stuff in the list you're looping over, like:
each[{i_, j_}, {{1,10}, {2,20}, {3,30}},
...
7
votes
2answers
1k views
Mathematica: 3D wire frames
Does Mathematica support hidden line removal for wire frame images? If this isn't the case, has anybody here ever come across a way to do it? Lets start with this:
Plot3D[Sin[x+y^2], {x, -3, 3}, {y, ...