User Portlet User Portlet

Discussions
The Wolfram Language supports many approaches to problem solving: v1 = f @@ # & /@ {{1, 2}, {7, 2}, {5, 4}}; v2 = {{1, 2}, {7, 2}, {5, 4}} /. {x_, y_} -> f[x, y]; v1 === v2 (* True *)