Matricesmedium
0:00.0

Every square matrix AA can be uniquely decomposed as A=S+KA = S + K where SS is symmetric and KK is skew-symmetric, using S=A+AT2S = \frac{A + A^T}{2} and K=AAT2K = \frac{A - A^T}{2}. For the matrix A=(2314)A = \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix}, what is the symmetric part SS?