Question: Redefining a function

Hello,

 

I would like to know if it is possible to redefine a function.

 

Let's say I have assigned one variable the following value:

e:=f(x,y,t) where f(x,y,t)

 

Later after some calculations I find that f(x,y,t) no longer depends on the parameter y so should be f(x,t).

 

Is it possible to pass the changes to "e" without having to actually rewrite the expression of "e"?

 

Thank you

Please Wait...