Linked Questions

608 votes
19 answers
161k views

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 ...
65 votes
12 answers
112k views

I understand Mathematica can't assign the results of a Solve to the unknowns because there may be more than 1 solution. How can I assign the 4 values of following result to variables? ...
stevenvh's user avatar
  • 7,281
83 votes
3 answers
10k views

Being functional, and having no "quotation", i.e. essentially treating data and programs semantically same, Mathematica seems naturally capable of doing metaprogramming. But could anyone construct a ...
user13253's user avatar
  • 8,764
51 votes
6 answers
5k views

I am trying to convert a list of string names into symbols, which will then be used to store data. I have 24 files (where the name of each file is a member of the list mentioned above) that I need to ...
Todd Allen's user avatar
  • 2,274
44 votes
6 answers
4k views

Context I'm writing a function that look something like: ...
user avatar
47 votes
4 answers
5k views

I need a table with the elements made of pure functions and list elements. This is a simplified example: I need a list as: ...
yulinlinyu's user avatar
  • 4,875
21 votes
9 answers
3k views

Not sure if this has been asked, but I have a fairly simple operation that I don't know the syntax for. Say I have an array with some values, and a function f that accepts an arbitrary number of ...
Guillochon's user avatar
  • 6,217
20 votes
6 answers
9k views

Is there any way to completely remove the head of an expression function? For example, how would I remove the head Cos from ...
Basheer Algohi's user avatar
25 votes
5 answers
6k views

Given a function with the attribute HoldFirst, HoldAll or similar, and a variable, list, how ...
István Zachar's user avatar
15 votes
5 answers
11k views

How to plot periodic function's graphic? For example, $f(t) = t$ when $-5<t<5$ and $f(t+10) = f(t)$. ...
xyz's user avatar
  • 685
27 votes
6 answers
1k views

I would like to be able to define two arrays, one containing symbol names and one containing the values of those symbols, for use in constructs such as With. For ...
bobthechemist's user avatar
14 votes
7 answers
1k views

Goofing off on a prior question, I was fiddling with other methods, which led me to the need to inject a constructed set of iterators into a table construct. Now, ...
ciao's user avatar
  • 26k
33 votes
2 answers
3k views

In response to my question How can I get the unchanged Box form of an arbitrary expression? John Fultz answered with a method using the hilariously named ...
Mr.Wizard's user avatar
  • 275k
23 votes
2 answers
1k views

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: ...
István Zachar's user avatar

15 30 50 per page
1
2 3 4 5