Kronecker product: Difference between revisions

m
added whitespace to the task's preamble and also before the TOC, changed ;See also: to ;Related task:.
(→‎{{header|REXX}}: added the REXX language.)
m (added whitespace to the task's preamble and also before the TOC, changed ;See also: to ;Related task:.)
Line 1:
{{task}}{{Wikipedia}}
 
 
;Task:
Implement the [[wp:Kronecker_product| Kronecker product]] of two matrices (arbitrary sized) resulting in a block matrix.<br />
 
 
;Test cases:
Show results for each of the following 2 samples:<br>
Line 27 ⟶ 31:
See implementations and results below in JavaScript and PARI/GP languages.
 
 
;See also:
;Related task:
* [[Kronecker_product_based_fractals| Kronecker product based fractals]].
<br><br>
 
=={{header|AppleScript}}==
<lang applescript>-- KRONECKER PRODUCT OF TWO MATRICES ------------------------------------------