Top new questions this week:
|
Consider this example: given an option for a function func as "x" :> (a&), how can one assign different values to a locally inside func?
a = False; (* global value of a *)
func[opt_] := …
|
I have some problems importing a JCAMP-DX EI-mass spectral file using Mathematica 9.
For example, if I download the mass spectrum of nonacosane in JCAMP format from NIST,
…
|
What I'm trying to find are the 4 letter words in the mathematica dictionary that have the most anagrams and the amount of anagrams these have each.
But I can't seem to find all the 4 letter words in …
|
I would like to import the World Value Survey data file into Mathematica, but it's only given in spss, sas or stata formats, which are statistical analysis softwares format I think.
I can't get to …
|
One method for doing quadrature, called the trapezoidal rule, improves accuracy by connecting the points on the curve corresponding to the points of subdivision with line segments, forming trapezoidal …
|
If I have a list like
list = {"my element 1 http://link.com", "http://link2.com my element 2"}
how do I get a list of the links inside each element?
Something like
StringCases[list, "http" ~~ …
|
On searching Mathematica.SE for information about overloading functions, I came across several threads about PatternTest and Condition, and I understand the basic examples like matching by EvenQ. …
|
Greatest hits from previous weeks:
|
Wolfram|Alpha has a whole collection¹ of parametric curves that create images of famous people. To see them, enter WolframAlpha["person curve"] into a Mathematica notebook, or person curve into …
|
How do I get ShowLegend to put the max and min values that a plot produces.
for example, when using ListDensityPlot, with PlotRange->Automatic, the plot can sometimes clip. How do I get …
|
Can you answer these?
|
Building on this thread (where I cannot add anything anymore somehow) and with this nice answer I kind of got swipe detection to work, but it is not very responsive. How to improve (in the sense of …
|
I recently encountered a problem when combining multiple texture layers in an graphics object when the texture comes from an image with alpha channel. Apparently the alpha channel of the image passed …
|
My current understanding about Mathematica is that everything, at the lowest level, ends up as replacement rules.
First question: is this true?
Second question: does Mathematica "gloss over" these …
|