The hold tag has no wiki summary.
13
votes
2answers
291 views
How to inject an evaluated expression into a held expression?
I know that there are methods to structurally manipulate held expressions (discussed e.g. here), but I failed to apply those for this particular problem:
...
11
votes
5answers
622 views
How to pass a symbolname to a function with any of the Hold attributes?
Given a function with the attribute HoldFirst, HoldAll or similar, and a variable, list, how ...
9
votes
2answers
355 views
Displaying a series obtained by evaluating a Taylor series
Description of problem
I would like to use Mathematica to display the series obtained by substituting a value for $x$ in a Taylor series expansion. The terms of the series will be rational numbers, ...
14
votes
2answers
211 views
When should I, and when should I not, set the HoldAll attribute on a function I define?
I have seen a number of examples on this site
(such as in syntax highlighting and checking evaluation status) in which functions definitions are preceded with
...
1
vote
1answer
98 views
direct assignment to the element in a Table
I have already asked a related question here why set values in this way doesn't work?
But I think I have to write the question which I encountered explicitly?
...