This tag is for requests for books, online resources, etc. that deal with the Mathematica system and its applications. This tag is also for asking references for algorithms used within Mathematica.
193
votes
10answers
22k views
Where can I find examples of good Mathematica programming practice?
I consider myself a pretty good Mathematica programmer, but I'm always looking out for ways to either improve my way of doing things in Mathematica, or to see if there's something nifty that I haven't ...
11
votes
2answers
182 views
Where to begin? [duplicate]
I was looking at the Mathematica website today and just decided to buy the software. I've spent too much time juggling annoying symbolic expressions by hand that actually learning to do things with a ...
4
votes
2answers
294 views
Any ideas on how GeneralMiniMaxApproximation is implemented?
GeneralMiniMaxApproximation is used to construct minimax approximations of parametrically defined functions. I am curious about how ...
19
votes
2answers
634 views
Mathematica for Computer Scientists
Background
I've coded in C/Scheme for 10 years. I have a BS CS.
I've recently become very interested in pattern-matching (lisp's match macro), and term rewriting systems, which brought me to ...
75
votes
4answers
3k views
Are you interested in purchasing David Wagner's “Power programming with Mathematica”?
I recently contacted McGraw-Hill to see if they have a mechanism in place for printing out-of-print books that are still of interest. Specifically, I asked about "Power programming with Mathematica" ...
2
votes
0answers
97 views
Is there documentation on the comparative performance of Mathematica functions?
Recently I have been solving some Project Euler problems. I find there are always several ways to do the same thing. For example, one could join two lists like this:
...
15
votes
4answers
2k views
What Mathematica book to buy?
I have used Mathematica for several years but at a pretty low level - piecing together built-in function inefficiently and fearing the sight of # and &'s when I see others use them (I never do). I ...
2
votes
1answer
177 views
Is the source code available for examples in the “Mathematica Cookbook” by Sal Mangano?
I looked around a bit and didn't seem to find it. Not as obvious as Wrox books make it, for example.
I came across a pdf of the book online [I paid for the paperback] but pasting the code from the ...
11
votes
2answers
271 views
Which ray-tracing software is compatible with Graphics3D?
I am interested in working alternative to Mathematica's FrontEnd for rendering Graphics3D produced by Mathematica. The requrements are:
An ability to import ...
8
votes
1answer
335 views
Recommended book on random processes to understand new functionality in Mathematica 9?
I am interested in exploring the new functionality on random processes available in Mathematica 9, but I am not familiar with all of the underlying mathematics.
Could you recommend a book that ...
22
votes
6answers
2k views
What is the best Mathematica tutorial for young people?
As Conrad Wolfram said at the TED conference, in the future kids should focus more on new technology. Computers compute better than humans, so we should focus more on thinking and getting the ...
23
votes
5answers
1k views
Learning Finance with Mathematica
Background
My math background is strong by CS standards, probably normal by mathematica standards. (i.e. familiarity with real analysis, linear algebra, managed to read the proof of the prime number ...
2
votes
0answers
102 views
Reference request for logic programming in Mathematica
I'm learning Mathematica(v8) to use it to program formal logic. Can anyone recommend a logic-specific tutorial text? A reference list of logic-related functions would also be very appreciated!
0
votes
0answers
54 views
Good Introduction / Tutorial to Mathematica **Books** [duplicate]
Possible Duplicate:
Where can I find examples of good Mathematica programming practice?
I'm a high school senior and am using Mathematica for a research project. However, I find it a bit ...
7
votes
1answer
155 views
Are there any offline tutorials for Mathematica?
As can be seen from my questions, I am struggling to make Mathematica do something useful. The amount of tutorials on the Wolfram web site is a bit overwhelming, especially that I don't have too much ...
1
vote
1answer
118 views
Community structure algorithm [closed]
I'm using CommunityStructureAssginment[] from GraphUtilities but not sure what is the algorithm behind it.
May be someone knows what is the algorithm? Or any info on the community structure ...
7
votes
0answers
254 views
Sensitivity Analysis: Global Sensitivity and Screening
I have a model which accepts several input parameters and now I want to study the sensitivity to certain parameters as described in here:
Cross Validated Answer and in Wikipedia.
There is also a link ...
21
votes
4answers
804 views
Is it necessary to have a prior computational background or is it possible to learn Mathematica as a first programming language?
I have a background in economics and I'm very interested in learning Mathematica but I'm afraid of starting out because I have seen that most programmers already have a good background in some kind of ...
4
votes
0answers
400 views
Controlling the time step in NDSolve?
I generally use NDSolve for stiff non linear partial differential equations of 4th order. I find that a BDF1 method generally does well to placate my beast of a PDE.
I've also tried out ...
9
votes
3answers
1k views
Strategies for simplifying complicated expressions
I have a very complicated expression involving trigonometric functions, complex numbers etc. You may find it here as it is too long to be pasted here. You may also find a screenshot of it here.
...
9
votes
1answer
940 views
What method does NDSolve use for solving PDEs?
What is NDSolve's mode of operation?
I use it to solve partial differential equations and never gave it too much thought. Recently, I came across this question. ...
9
votes
1answer
694 views
Reference request for neural network programming in Mathematica
I'm looking for a good reference/book on programming neural networks in mathematica. I've been working through Freeman's "Simulating Neural Networks with Mathematica," but it is from 1994 so is quite ...
33
votes
1answer
884 views
Adaptive sampling for slow to compute functions in 2D
EDIT: Although I have posted an answer based on my current progress, this in incomplete. Please see the "open issues" section in the answer.
Most plotting functions in Mathematica adjust the ...

