Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Man-or-boy-test/Mathematica/man-or-boy-test.math
Normal file
6
Task/Man-or-boy-test/Mathematica/man-or-boy-test.math
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$RecursionLimit = 1665; (* anything less fails for k0 = 10 *)
|
||||
a[k0_, x1_, x2_, x3_, x4_, x5_] := Module[{k, b },
|
||||
k = k0;
|
||||
b = (k--; a[k, b, x1, x2, x3, x4]) &;
|
||||
If[k <= 0, x4[] + x5[], b[]]]
|
||||
a[10, 1 &, -1 &, -1 &, 1 &, 0 &]
|
||||
Loading…
Add table
Add a link
Reference in a new issue