WOLFRAM

represents a form of f that takes arguments in reverse order so that ReverseApplied[f][x1,,xn] is equivalent to f[xn,,x1].

represents a form of f that reverses the first n arguments before evaluation.

Details

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Reverse the order of arguments:

Out[1]=1

Use reversed numerical order:

Out[1]=1
Out[2]=2

Scope  (2)Survey of the scope of standard use cases

Reverse all arguments of a function:

Out[1]=1

Reverse the first n arguments of a function:

Out[1]=1

Reverse the last n arguments of a function:

Out[2]=2

Applications  (1)Sample problems that can be solved with this function

Use non-commutative products with the reversed convention:

Out[1]=1
Out[2]=2

Properties & Relations  (5)Properties of the function, and connections to other functions

ReverseApplied can be built as a combination of Reverse and Apply:

Out[2]=2
Out[3]=3

ReverseApplied[f][] returns f[]:

Out[1]=1

ReverseSort is equivalent to Sort with ordering function ReverseApplied[Order]:

Out[1]=1
Out[2]=2
Out[3]=3

RightComposition is equivalent to ReverseApplied[Composition]:

Out[1]=1
Out[2]=2
Out[3]=3

OperatorApplied[f] is equivalent to a combination of CurryApplied[2] and ReverseApplied[f]:

Out[1]=1
Out[2]=2
Wolfram Research (2020), ReverseApplied, Wolfram Language function, https://reference.wolfram.com/language/ref/ReverseApplied.html.
Wolfram Research (2020), ReverseApplied, Wolfram Language function, https://reference.wolfram.com/language/ref/ReverseApplied.html.

Text

Wolfram Research (2020), ReverseApplied, Wolfram Language function, https://reference.wolfram.com/language/ref/ReverseApplied.html.

Wolfram Research (2020), ReverseApplied, Wolfram Language function, https://reference.wolfram.com/language/ref/ReverseApplied.html.

CMS

Wolfram Language. 2020. "ReverseApplied." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ReverseApplied.html.

Wolfram Language. 2020. "ReverseApplied." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ReverseApplied.html.

APA

Wolfram Language. (2020). ReverseApplied. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ReverseApplied.html

Wolfram Language. (2020). ReverseApplied. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ReverseApplied.html

BibTeX

@misc{reference.wolfram_2025_reverseapplied, author="Wolfram Research", title="{ReverseApplied}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ReverseApplied.html}", note=[Accessed: 19-May-2025 ]}

@misc{reference.wolfram_2025_reverseapplied, author="Wolfram Research", title="{ReverseApplied}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ReverseApplied.html}", note=[Accessed: 19-May-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_reverseapplied, organization={Wolfram Research}, title={ReverseApplied}, year={2020}, url={https://reference.wolfram.com/language/ref/ReverseApplied.html}, note=[Accessed: 19-May-2025 ]}

@online{reference.wolfram_2025_reverseapplied, organization={Wolfram Research}, title={ReverseApplied}, year={2020}, url={https://reference.wolfram.com/language/ref/ReverseApplied.html}, note=[Accessed: 19-May-2025 ]}