Skip to main content

All Questions

2 votes
1 answer
43 views

Formula: setting parameters vs replacement, different results?

I have a question that may sound stupid and have an easy answer - but I currently do not see it. I have defined a function of four variables, $f[a,b,c,d]=...$, in what I think is correct Mathematica ...
Al Waurora's user avatar
8 votes
2 answers
265 views

Using `With[...]` with a list specification as a variable [duplicate]

If you have some defined function, say f[a_, b_ c_, x], one can initialize this by using With[...] as ...
user27119's user avatar
  • 2,520
6 votes
1 answer
4k views

Order of operations, precedence in Mathematica [duplicate]

I get confused in the order of operations in Mathematica. For example, f /@ 10^{1, 2, 3} {10, 100, 1000} In my head, that ...
Nam Nguyen's user avatar
  • 1,761