3 lines
72 B
Text
3 lines
72 B
Text
|
|
mp=: +/ .* NB. Matrix multiplication
|
||
|
|
pow=: pow0=: 4 : 'mp&x^:y =i.#x'
|