[Math] Linear mapping between a non-orthogonal basis and an orthogonal basis

linear algebra

Consider a set of $n$ linearly independent $d$-dimensional vectors $\left\{\vec{a}_i\right\}_{i=1}^{i=n}$ that span the vector space $V$ and that are not in general orthogonal with respect to the standard dot product.

Question : Is there in general a linear transformation $L$ : $ V\rightarrow V$, $L(\vec{a}_i)=\vec{b}_i$ such that the mapping yields to an orthogonal basis $\left\{\vec{b}_i\right\}_{i=1}^{i=n}$ : $\vec{b}_i\cdot\vec{b}_j=c_{ij}\delta_{ij}~\forall~i,j$ where $c_{ij}\in\mathbb{C}$ and $\delta_{ij}$ is a Kronecker delta ?

Best Answer

Yes. It's easily seen that a linear map is determined by specifying the images of any basis. In particular in $\mathbb{C}^n$ an arbitrary basis $\{b_1,\ldots,b_n\}$ can be matched up with the "orthogonal" (orthonormal) standard basis vectors.

The mapping of the standard ordered basis $\{e_1,\ldots,e_n\}$ (considered as columns) back to $\{b_1,\ldots,b_n\}$ is simply multiplication by matrix $M = [b_1|\ldots|b_n]$ taking the $b_i$'s as columns. Therefore the inverse mapping $L:\mathbb{C}^n \to \mathbb{C}^n$ sought in the Question is explicitly multiplication by $M^{-1}$.

If the vectors $b_i$ are real-valued, so are $M$ and $M^{-1}$.