Jump to content

Matrix transposition: Difference between revisions

Added TI-83 BASIC example
(+scheme)
(Added TI-83 BASIC example)
Line 282:
(define (transpose m)
(apply map (cons list m)))
=={{header|TI-83 BASIC}}==
Assuming the original matrix is in <tt>[A]</tt>, place its transpose in <tt>[B]</tt>:
[B]→[A]<sup>T</sup>
The <sup>T</sup> operator can be found in the matrix math menu.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.