I am trying to draw a following figure and this is the code
\[\begin{tikzpicture}
]
\draw[ arrow] (0,0)--(8,0);
\draw[arrow] (4,4)--(8,0);
\draw[arrow] (0,0)--(4,4);
\draw [arrow](2,2)--(4,0);
\draw [arrow](6,2)--(4,0);
\draw [arrow](6,2)--(2,2);
\node[left] at (0,0) {$a_{i}$};
\node[right] at (8,0) {$a_j$};
\node[above] at (4,4) {$a_k$};
\node[below] at (4,0) {$a_{ij}$};
\node[above] at (2,2) {$a_{ik}$};
\node[above] at (6,2) {$a_{jk}$};
\end{tikzpicture}\]
I want to change the direction of the arrow as in the picture with the blue one.





arrow? – Qrrbrbirlbel Jun 18 '23 at 11:47