Construct
Examples
open all close allBasic Examples (3)
Applications (2)
Construct all possible applications of a list of functions to several lists of arguments:
Outer[Construct, {f1, f2, f3}, {x1, x2}, {y1, y2, y3}]Thread Construct over lists of functions and variables:
MapThread[Construct, {{f1, f2, f3}, {x1, x2, x3}, {y1, y2, y3}}]Inner can be also used for functions of one variable:
Inner[Construct, {f1, f2, f3}, {x1, x2, x3}, List]Properties & Relations (2)
Apply a composition of functions:
Construct[Composition[f, g, h], x]Construct[f] applies the function to an empty list of arguments:
Construct[f]Related Guides
History
Text
Wolfram Research (2018), Construct, Wolfram Language function, https://reference.wolfram.com/language/ref/Construct.html.
CMS
Wolfram Language. 2018. "Construct." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Construct.html.
APA
Wolfram Language. (2018). Construct. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Construct.html
BibTeX
@misc{reference.wolfram_2026_construct, author="Wolfram Research", title="{Construct}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/Construct.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_construct, organization={Wolfram Research}, title={Construct}, year={2018}, url={https://reference.wolfram.com/language/ref/Construct.html}, note=[Accessed: 12-June-2026]}