I'm developing a program that uses a linear transformation $$T=Hi*Hk$$ to do a prediction. Where $Hi$ and $Hk$ are 3x3 invertible matrices.
The prediction has an error and I can find a 3x3 correction matrix $Hc$ so that $$T2 = Hc*Hi*Hk$$
now my prediction using $T2$ has no error.
What I want is to introduce my correction matrix $Hc$ into $Hk$ so that I have a new $Hk'$ so that $$T2= Hi*Hk'$$
Is there any close-form way of obtaining $Hk'$ in terms of $Hc,Hi,Hk$ ?