Explicitly solve a function assigned to a variable
Hi all,
I am trying to solve a function symbolically. However, I am having trouble with it, as shown below:

As you can see, if I symbolically solve the function in the first line, directly, I get the desired result. It shows the transposed function and then I evaluate to get the answer.
In the second line, I try to assign the function to a function variable.
In the third line, I try to call up the function to solve it explicitly, but it fails. However, it still manages to find the solution, if I don't request 'explicit'.
Is there any way to call up a function assigned to a variable and solve it explicitly?
Any advice will be greatly appreciated.
Cheers.

