Top "Wolfram-mathematica" questions

Wolfram Mathematica is a computer algebra system and programming language from Wolfram Research.

pair lists to create tuples in order

I'd like to combine two lists. If I have the following two lists: {a,b,c,d} and {1,2,3,4} what do …

list wolfram-mathematica tuples
How to specify a particular plot marker from Mathematica's automatic list of markers?

Mathematica has ten basic plot markers which are used cyclically when making a ListPlot with PlotMarkers->Automatic. There are …

wolfram-mathematica
Plot a complex function in Mathematica

How can I make a Mathematica graphics that copies the behaviour of complex_plot in sage? i.e. ... takes a …

wolfram-mathematica visualization plot complex-numbers
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 …

image image-processing wolfram-mathematica masking
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. …

programming-languages haskell functional-programming wolfram-mathematica
How do I plot a slope field using mathematica?

I am trying to plot slope fields of some differential equations using mathematica but can't figure it out. Say I …

wolfram-mathematica plot differential-equations
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 …

loops language-features wolfram-mathematica
Get mathematica to simplify expression with another equation

I have a very complicated mathematica expression that I'd like to simplify by using a new, possibly dimensionless parameter. An …

wolfram-mathematica simplify
What are the standard colors for plots in Mathematica?

(Note: All the answers to this question are valid for versions of Mathematica before version 10. For versions 10 and above, see …

wolfram-mathematica plot
Image transformation in OpenCV

This question is related to this question: How to remove convexity defects in sudoku square I was trying to implement …

python opencv wolfram-mathematica computer-vision