Mathematica > 関数型プログラミング >

Composition

Composition[f1, f2, f3, ...]
関数f1, f2, f3, ... の合成関数を表す.
  • Compositionは,引数を与えることができる合成関数を作ることができる.
  • a@b@c は,a[b[c]]を与える.
  • a//b//c は,c[b[a]]を与える.
バージョン 2 の新機能
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team