You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question states that the Transformation T(p', q') is of the same form as the Transformation T(p, q), and that the way they're related is T^2n = T'^n.
Applying transformation T(p, q) twice on (a, b), we get:
a = bq + aq + ap - (1)
b = bp + aq
a = (bp + aq)q + (bq + aq + ap)q + (bq + aq + ap)p
b = (bp + aq)p + (bq + aq + ap)q
Solving these, so we get the above equations in form (1), we get,