u is a column vector, and we need to transpose it to get u^T (u transpose). Since we don't have the values of u, let's represent it as:
u = \begin{bmatrix} a \\ b \\ c \\ d \end{bmatrix}
Now, we need to find the transpose of u, which is:
u^T = \begin{bmatrix}
Show more…