How to find rectangular matrix $A$ such that $A*B $is positive definite for a given rectangular matrix $B$?

255 Views Asked by At

Given B, A rectangular $m \times n$ matrix.

I would want to find a rectangular matrix; $A_{m \times n }$ such that $AB$ is positive/negative definite.

there exists No further assumptions on the matrix $B$.