Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Goldbachs-comet/Mathematica/goldbachs-comet.math
Normal file
8
Task/Goldbachs-comet/Mathematica/goldbachs-comet.math
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ClearAll[GoldbachFuncion]
|
||||
GoldbachFuncion[e_Integer] := Module[{ps},
|
||||
ps = Prime[Range[PrimePi[e/2]]];
|
||||
Total[Boole[PrimeQ[e - ps]]]
|
||||
]
|
||||
Grid[Partition[GoldbachFuncion /@ Range[4, 220, 2], 10]]
|
||||
GoldbachFuncion[10^6]
|
||||
DiscretePlot[GoldbachFuncion[e], {e, 4, 2000}, Filling -> None]
|
||||
Loading…
Add table
Add a link
Reference in a new issue