Question: How to create my own symbolic notation for a function evaluated at some arguments?

Hi !

I want to create a notation for a function, let's say :

f:=(x,y,z)->something

such that when I ask for

f(x,y,z) 

Maple returns

fx,y(z) or anyother "nicer view" of that expression.

This is (I think) a similar action of replacing BesselJ(n,x) by Jn(x).

Many thanks for your answers !

Kevin

Please Wait...