|
|
||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| Composition[f,g,...] | the composition of functions f, g, ... |
| InverseFunction[f] | the inverse of a function f |
| Identity | the identity function |
|
|
|
|
Using Through, you can convert the expression to a more explicit form.
|
|
|
You can use Through to apply the operator.
|
| Identity[expr] | the identity function |
| Through[p[f1,f2][x],q] | give p[f1[x], f2[x]] if p is the same as q |
| Operate[p,f[x]] | give p[f][x] |
| Operate[p,f[x],n] | apply p at level n in f |
| MapAll[p,expr,Heads->True] | apply p to all parts of expr, including heads |
Operations for working with operators.
|
Functions like Expand do not automatically go inside heads of expressions.
|
|
|
You can use Operate to apply a function specifically to the head of an expression.
|
| © 2008 Wolfram Research, Inc. |