Through

Through[p[f,g,][x,y,]]

gives p[f[x,y,],g[x,y,],].

Through[expr,h]

performs the transformation wherever h occurs in the head of expr.

Details

  • Through distributes operators that appear inside the heads of expressions.
  • Parallelize[Through[p[f,g,][x,y,]]] computes Through[p[f,g,][x,y,]] in parallel on all subkernels. »

Examples

open allclose all

Basic Examples  (2)

Apply all functions in a list to the same argument:

Apply a sum of functions by forming the sum of the individual applications:

Scope  (2)

By default, the operation is performed for any function in the head:

Perform the operation only if the head is a sum of terms:

Applications  (2)

Apply a differential operator:

Properties & Relations  (3)

Tabulate square roots of values without using auxiliary variables:

Compute Through in parallel:

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

Text

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

CMS

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

APA

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

BibTeX

@misc{reference.wolfram_2023_through, author="Wolfram Research", title="{Through}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/Through.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_through, organization={Wolfram Research}, title={Through}, year={1988}, url={https://reference.wolfram.com/language/ref/Through.html}, note=[Accessed: 19-March-2024 ]}