Imagine we have given a matrix $A$ and an index (row,column);
Is is then possible to find an orthogonal matrix $Q$ such that $AQ$ has only zeros in line 'row' except the 'columnth entry'?
Imagine we have given a matrix $A$ and an index (row,column);
Is is then possible to find an orthogonal matrix $Q$ such that $AQ$ has only zeros in line 'row' except the 'columnth entry'?
Copyright © 2021 JogjaFile Inc.
Yes. Say we're working on the field $\Bbb{R}$. The line you chose can be identified as a vector $v\in{\Bbb{R^n}}$. The orthogonal space of ${v}$ is a vector space of dimension $n-1$, just take any base of it. Define $Q$ to be the matrix whose coloumn you chose is $v$, and put the base you picked on the rest of its coloums.