Is it possible to know whether two matrices have the same Q in the QR-decomposition without explicitly calculating the QR decomposition.
ie: $$A = Q_1R_1$$ and $$B = Q_2R_2$$
Is it possible to recognize that $$Q_1=Q_2$$ or $$Q_1 \ne Q_2$$ just by looking at A and B or their properties? (ie: is there some shortcut method to recognize this, without actually calculating the Q matrices).