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 ...
164 votes
3 answers
14k views

I have been curious about it for long. Now that Mathematica 10 arrives, I think it's time to ask the question: How the new Association data structure would be used ...
Yi Wang's user avatar
  • 7,477
52 votes
3 answers
6k views

I am trying to change the value of one key in an association based on the value of another key in that association. So if my association starts as: ...
Jon F.'s user avatar
  • 645
37 votes
3 answers
1k views

As of version 10, Mathematica sports operator forms for many functions like Map, SortBy, ...
Martin Ender's user avatar
  • 8,856
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
36 votes
2 answers
3k views

I would like to be able to define the gain function of a system from its parameters. Specifically, I'd like to define a function that accepts two inputs, call them $b$ and $w$, and returns a function ...
rogerl's user avatar
  • 4,311
32 votes
2 answers
2k views

What is the difference between f@*g@*h@x and f@g@h@x Both evaluate to f[g[h[x]]] ...
orome's user avatar
  • 13k
53 votes
3 answers
5k views

Is there a way to export a Mathematica notebook into Markdown? I'm sure it's possible to implement rules for converting each Mathematica cell subexpression into Markdown, but I'm also sure that I ...
M.R.'s user avatar
  • 31.9k
12 votes
9 answers
764 views

I have a list which looks some thing like this {a1, a2, a3, a4, a5, a6, a7, a8, a9, a10} Now I want to split it according to lengths ...
no-one's user avatar
  • 1,243
37 votes
2 answers
2k views

I'm trying to define some notation so that Mathematica code would be more functional, similar to Haskell (just for fun): currying, lambdas, infix operator to function conversion, etc.. And I have some ...
swish's user avatar
  • 8,073
8 votes
6 answers
2k views

The problem I have is really basic but I just can't get my head around it. Suppose I have a list of ordered pairs A = {{a, b}, {c, d}, {e, f}, {g, h}, ...}. I ...
drabus's user avatar
  • 437
9 votes
3 answers
3k views

This must be a duplicate but I can't find any related post. I want to pass two arguments to a function using postfix syntax like f[a_,b_]:=a+b; 1,2//f More ...
Kafkarudo's user avatar
  • 619
10 votes
2 answers
797 views

I am still experimenting with datasets. Recently I tried to query the Titanic example to get info on the oldest passengers. Here is what I tried ...
m_goldberg's user avatar
  • 109k
6 votes
3 answers
569 views

I'd like to use for MemberQ, but I don't want to break anything! The usage would be like this: ...
user5601's user avatar
  • 3,970
11 votes
2 answers
516 views

In version 10 some built-in symbols are updated to support operator form like the Derivative. For example, Select, ...
saturasl's user avatar
  • 1,429

15 30 50 per page