Composition
Composition(sym1, sym2,...)[arg1, arg2,...]
creates a composition of the symbols applied at the arguments.
Examples
>> Composition(u, v, w)[x, y]u(v(w(x,y)))
Implementation status
- ✅ - full supported
Composition(sym1, sym2,...)[arg1, arg2,...]
creates a composition of the symbols applied at the arguments.
>> Composition(u, v, w)[x, y]u(v(w(x,y)))