Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Matrix-transposition/K/matrix-transposition.k
Normal file
12
Task/Matrix-transposition/K/matrix-transposition.k
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{x^\:-1_ x}1+!:5
|
||||
(1 1 1 1.0
|
||||
2 4 8 16.0
|
||||
3 9 27 81.0
|
||||
4 16 64 256.0
|
||||
5 25 125 625.0)
|
||||
|
||||
+{x^\:-1_ x}1+!:5
|
||||
(1 2 3 4 5.0
|
||||
1 4 9 16 25.0
|
||||
1 8 27 64 125.0
|
||||
1 16 81 256 625.0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue