Matrix multiplication: Difference between revisions

m
→‎{{header|SPAD}}: "works with" takes only a single implementation as argument
m (→‎{{header|SPAD}}: "works with" takes only a single implementation as argument)
Line 3,534:
 
=={{header|SPAD}}==
{{works with|FriCAS, OpenAxiom, Axiom}}
{{works with|OpenAxiom}}
<lang SPAD>
{{works with|Axiom}}
 
<lang SPAD>(1) -> A:=matrix [[1,2],[3,4],[5,6],[7,8]]
 
+1 2+
Line 3,562:
| |
+39 54 69+
Type: Matrix(Integer)</lang>
 
</lang>
 
Domain:[http://fricas.github.io/api/Matrix.html?highlight=matrix Matrix(R)]
 
 
=={{header|SQL}}==