Strassen's algorithm: Difference between revisions

Content added Content deleted
m (added related task)
Line 5: Line 5:
;Task
;Task
Write a routine, function, procedure etc. in your language to implement the Strassen algorithm for matrix multiplication.
Write a routine, function, procedure etc. in your language to implement the Strassen algorithm for matrix multiplication.

;Related task
:* [[Matrix_multiplication]]


;See also
;See also
Line 310: Line 313:
pp(strassen(R,R))</lang>
pp(strassen(R,R))</lang>
{{out}}
{{out}}
Matches that of [[Matrix_multiplication#Phix]], when given the same inputs
<pre>
<pre>
{{ 19, 22},
{{ 19, 22},