Same function, different variables

77 Views Asked by At

If I have a function $f$ which varies with $t$:

$f(t) = y$

and another variable $x$ which depends on $t$, is it customary to rewrite $f$ like so:

$f(x) = y$

Or should I nest the function instead, like so:

$f(t(x)) = y$

1

There are 1 best solutions below

0
On BEST ANSWER

You should write

$f(t(x)) = y$