Matrix transposition: Difference between revisions

m
→‎{{header|SPAD}}: "works with" takes only a single implementation as argument
m (→‎{{header|MATLAB}} / {{header|Octave}}: There is a proper Octave entry below)
m (→‎{{header|SPAD}}: "works with" takes only a single implementation as argument)
Line 2,787:
 
=={{header|SPAD}}==
{{works with|FriCAS, OpenAxiom, Axiom}}
{{works with|OpenAxiom}}
<lang SPAD>
{{works with|Axiom}}
<lang SPAD>(1) -> originalMatrix := matrix [[1, 1, 1, 1],[2, 4, 8, 16], _
[3, 9, 27, 81],[4, 16, 64, 256], _
[5, 25, 125, 625]]
Line 2,812 ⟶ 2,813:
| |
+1 16 81 256 625+
Type: Matrix(Integer)</lang>
 
 
</lang>
 
Domain:[http://fricas.github.io/api/Matrix.html?highlight=matrix Matrix(R)]
 
 
 
 
 
 
=={{header|Sparkling}}==