How can (if at all) the below matrix be factorized?

43 Views Asked by At

Suppose we have the matrix \begin{equation} \begin{bmatrix} ac &ad\\ be & bf \end{bmatrix} \end{equation} Is there anyway to factor out $a$ and $b$?

1

There are 1 best solutions below

0
On BEST ANSWER

You could write this as $$\left[\matrix{a & 0\cr 0 & b\cr}\right] \left[\matrix{c & d\cr e & f\cr}\right]$$ if that's what you mean.