Matrix multiplication: Difference between revisions

Content deleted Content added
m →‎{{header|SPAD}}: "works with" takes only a single implementation as argument
Line 3,534: Line 3,534:


=={{header|SPAD}}==
=={{header|SPAD}}==
{{works with|FriCAS, OpenAxiom, Axiom}}
{{works with|FriCAS}}
{{works with|OpenAxiom}}
<lang SPAD>
{{works with|Axiom}}

(1) -> A:=matrix [[1,2],[3,4],[5,6],[7,8]]
<lang SPAD>(1) -> A:=matrix [[1,2],[3,4],[5,6],[7,8]]


+1 2+
+1 2+
Line 3,562: Line 3,562:
| |
| |
+39 54 69+
+39 54 69+
Type: Matrix(Integer)
Type: Matrix(Integer)</lang>

</lang>


Domain:[http://fricas.github.io/api/Matrix.html?highlight=matrix Matrix(R)]
Domain:[http://fricas.github.io/api/Matrix.html?highlight=matrix Matrix(R)]



=={{header|SQL}}==
=={{header|SQL}}==