WOLFRAM

ComposeList[{f1,f2,},x]

generates a list of the form {x,f1[x],f2[f1[x]],}.

Examples

open allclose all

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

Construct a list of the successive application of several functions:

Out[1]=1

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

Specify a sequence of function applications:

Out[1]=1

Apply two operations that generate a group:

Out[1]=1

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

The action of ComposeList is equivalent to folding Construct with reversed arguments:

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

The action of ComposeList is equivalent to folding RightComposition and then applying all functions:

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

Text

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

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

CMS

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

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

APA

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

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

BibTeX

@misc{reference.wolfram_2025_composelist, author="Wolfram Research", title="{ComposeList}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/ComposeList.html}", note=[Accessed: 29-March-2025 ]}

@misc{reference.wolfram_2025_composelist, author="Wolfram Research", title="{ComposeList}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/ComposeList.html}", note=[Accessed: 29-March-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_composelist, organization={Wolfram Research}, title={ComposeList}, year={1991}, url={https://reference.wolfram.com/language/ref/ComposeList.html}, note=[Accessed: 29-March-2025 ]}

@online{reference.wolfram_2025_composelist, organization={Wolfram Research}, title={ComposeList}, year={1991}, url={https://reference.wolfram.com/language/ref/ComposeList.html}, note=[Accessed: 29-March-2025 ]}