If we have equation \(x=f(t)\) and want to solve for \(t\) as function of \(x\) and we do not want to use Maple’s solve, one option it to explicitly do it use RootOf as follows
Which gives
The same can be obtained using solve command, but there can be cases where solve fails
to do this, so this is an option to use to do it explicitly like this. Just remember to use _Z
variable.