Symmetric matrix: Difference between revisions

Content deleted Content added
m Changed the example matrix slightly to remove ambiguity about whether the diagonal is symmetrical.
Tags: Reverted Mobile edit Mobile web edit
Line 38:
<math display="block">A =
\begin{bmatrix}
12 & 75 & 30 \\
73 & 46 & 52 \\
34 & 51 & 24
\end{bmatrix}</math>
Since <math>A=A^\textsf{T}</math>.