Matrix transposition: Difference between revisions

Content added Content deleted
(→‎{{header|TI-83 BASIC}}: Reversed the operation)
Line 335: Line 335:
=={{header|TI-83 BASIC}}==
=={{header|TI-83 BASIC}}==
Assuming the original matrix is in <tt>[A]</tt>, place its transpose in <tt>[B]</tt>:
Assuming the original matrix is in <tt>[A]</tt>, place its transpose in <tt>[B]</tt>:
[B]→[A]<sup>T</sup>
[A]<sup>T</sup>→[B]
The <sup>T</sup> operator can be found in the matrix math menu.
The <sup>T</sup> operator can be found in the matrix math menu.