Find matrices $A, B \in \mathbb{R}^{m\times n}$ such that $AB^T$ is orthogonal

38 Views Asked by At

Is it possible to compute two matrices $A$ and $B$ $\in \mathbb{R}^{m\times n}$, with $m > n$, such that the product $AB^T$ $\in \mathbb{R}^{m\times m}$ is orthogonal and its columns are orthonormal?

1

There are 1 best solutions below

0
On BEST ANSWER

Orthogonal matrices have full rank (they are invertible). The rank of $AB^T$ is at most $n$.