A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
2
Task/Arithmetic-Rational/J/arithmetic-rational-1.j
Normal file
2
Task/Arithmetic-Rational/J/arithmetic-rational-1.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
3r4*2r5
|
||||
3r10
|
||||
1
Task/Arithmetic-Rational/J/arithmetic-rational-2.j
Normal file
1
Task/Arithmetic-Rational/J/arithmetic-rational-2.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
is_perfect_rational=: 2 = (1 + i.) +/@:%@([ #~ 0 = |) ]
|
||||
2
Task/Arithmetic-Rational/J/arithmetic-rational-3.j
Normal file
2
Task/Arithmetic-Rational/J/arithmetic-rational-3.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
factors=: */&>@{@((^ i.@>:)&.>/)@q:~&__
|
||||
is_perfect_rational=: 2= +/@:%@,@factors
|
||||
4
Task/Arithmetic-Rational/J/arithmetic-rational-4.j
Normal file
4
Task/Arithmetic-Rational/J/arithmetic-rational-4.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
I.is_perfect_rational@"0 i.2^19
|
||||
6 28 496 8128
|
||||
I.is_perfect_rational@x:@"0 i.2^19x
|
||||
6 28 496 8128
|
||||
2
Task/Arithmetic-Rational/J/arithmetic-rational-5.j
Normal file
2
Task/Arithmetic-Rational/J/arithmetic-rational-5.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(#~ is_perfect_rational"0) (* <:@+:) 2^i.10x
|
||||
6 28 496 8128
|
||||
Loading…
Add table
Add a link
Reference in a new issue