The interactive tag has no wiki summary.
31
votes
3answers
9k views
Get a “step by step” evaluation in Mathematica
Is it possible in Mathematica to get a step-by-step evaluation of some functions; that's to say, outputting not only the result but all the stages that have led to it?
Example : Let's say I want to ...
9
votes
1answer
241 views
How to create interrelated sliders?
Say I want a slider that controls the value of $x$ and another slider that controls the value of $2x$, how would I go about it?
7
votes
2answers
153 views
Restrict Sensitivity of Locators in LocatorPane
We can restrict the movement of locators in a LocatorPane as follows:
In the following example, the first locator's movement is confined to the x-axis and the ...
13
votes
3answers
340 views
Extracting the coordinate of a particular point of interest from a ListPlot
Is there a way to obtain the coordinate of a point of interest in a ListPlot?
As an example, I have a list containing many sets of 2D coordinates and the plot ...
6
votes
1answer
225 views