Question: how to evaluate the transformation matrix P given two similar matrices A,B

I've got two matrices A and B that I've verified are similar using IsSimilar()

The description of the function says the third argument 'P' stores the transformation matrix. Does this P have to be initialized and if so, then how can it be done?

Please Wait...