Matrix transposition: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: link to tcllib library)
Line 600: Line 600:
1 8 27 64 125
1 8 27 64 125
1 16 81 256 625</pre>
1 16 81 256 625</pre>
Using the struct::matrix package from [http://tcllib.sf.net tcllib]
Using the struct::matrix package from {{libheader|tcllib}}
<lang tcl>package require struct::matrix
<lang tcl>package require struct::matrix
struct::matrix M
struct::matrix M