Quantcast
Viewing all articles
Browse latest Browse all 7

Answer by Edmund for Applying several functions to the same argument

You can use Composition.

Longhand

Composition[#, Exponent[#, Variables[expr]] &] & /@ {f1, f2}

Shorthand

#@*(Exponent[#, Variables[expr]] &) & /@ {f1, f2}

Both give

{f1@*(Exponent[#1, Variables[expr]] &),  f2@*(Exponent[#1, Variables[expr]] &)}

Hope this helps.


Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>