Consider a $2$ dimensional $x-y$ co-ordinate system as given below Figure $1$, with unit vectors ${\hat{i}}$ and ${\hat{j}}$ respectively
Now I would like to construct a different co-ordinate axes $x'- y'$ by relating it with the original co-ordinate axis as follows
\begin{equation*} \begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} \end{equation*}
Such that,
\begin{equation*} x' = x + 2y \end{equation*}
\begin{equation*} y' = 3x + 4y \end{equation*}
Setting $x' = 0$ we can get the equation of the line that gives $y'$ axis i.e.
\begin{equation*} x = -2y \end{equation*}
Setting $y' = 0$ we can get the equation of the line that gives $x'$ axis i.e.
\begin{equation*} x = -\frac{4}{3}y \end{equation*}
The plot for $x'$ and $y'$ axis are super imposed on the $x-y$ axis pictured above shown below in Figure $2$
However if we try to plot the unit vector with respect to the transformation matrix we have,
\begin{equation*} \begin{pmatrix} x' \\ y' \end{pmatrix}=\begin{pmatrix} 1 \\ 3 \end{pmatrix}x + \begin{pmatrix} 2 \\ 4 \end{pmatrix}y \end{equation*}
\begin{equation*} \begin{pmatrix} 1 \\ 3 \end{pmatrix} and \begin{pmatrix} 2 \\ 4\end{pmatrix} the~new~basis~vectors~for~i~ and~ j~ respectively. \end{equation*}
If we plot this new basis vectors(green lines) on figure $2$ as shown below in Figure $3$,
We can now see that the new basis vectors are not parallel to the axes $x' - y'$. Can someone please explain if I have mixed up different concepts. Also, this disagreement does not occur when the transformation matrix chosen is orthogonal.
Thank you.
EDIT $1:$
from the new approach suggested I have plotted the $x-y$ coordinates and the $x'-y'$ coordinates with the basis vector in Figure $4$ below
The way you have transformed the x-y axes to the x'-y'; system is wrong. To do this, x axis in the x'-y' system will be obtained by doing this
since on x axis, y=0, we can substitute this in your transformation ($x'= x+2y$ and $y' = 3x+4y$)
So we get
$x'=x$ and $y'=3x$
So form this your x axes in x'-y' will be $y'=3x'$ and similarly y axis will be $y'=2x'$ And these actually are paralel to $\begin{pmatrix} 1 \\ 3 \end{pmatrix}$ and $\begin{pmatrix} 2 \\ 4 \end{pmatrix}$