Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
C←(-÷○(×´)1⊸+)⟜↕
|
||||
Upr←C˜⌜˜↕
|
||||
Lwr←C⌜˜↕
|
||||
Sym←(+C⊣)⌜˜↕
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
Upr 5
|
||||
┌─
|
||||
╵ 1 1 1 1 1
|
||||
0 1 2 3 4
|
||||
0 0 1 3 6
|
||||
0 0 0 1 4
|
||||
0 0 0 0 1
|
||||
┘
|
||||
Lwr 5
|
||||
┌─
|
||||
╵ 1 0 0 0 0
|
||||
1 1 0 0 0
|
||||
1 2 1 0 0
|
||||
1 3 3 1 0
|
||||
1 4 6 4 1
|
||||
┘
|
||||
|
||||
Sym 5
|
||||
┌─
|
||||
╵ 1 1 1 1 1
|
||||
1 2 3 4 5
|
||||
1 3 6 10 15
|
||||
1 4 10 20 35
|
||||
1 5 15 35 70
|
||||
┘
|
||||
Loading…
Add table
Add a link
Reference in a new issue