Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • $\begingroup$ What does the third argument of frk do? $\endgroup$ Commented Oct 18, 2014 at 13:50
  • $\begingroup$ @SjoerdC.deVries: It's the size of the array. $\endgroup$ Commented Oct 18, 2014 at 13:51
  • 1
    $\begingroup$ @DumpsterDoofus I know, but what does it do there? I mean, Oded defines frk informally as using two arguments and then calls it with three. $\endgroup$ Commented Oct 18, 2014 at 13:51
  • $\begingroup$ Hi, welcome to Mathematica.SE, please consider taking the tour so you learn the basic rules of the site. Please edit your question to improve it and make ir more clear what are you asking. $\endgroup$ Commented Oct 18, 2014 at 14:00
  • $\begingroup$ @SjoerdC.deVries it loops around using Nx - this is a discrete fourier transform, so if Nx=400, then "k=20" works for "n=20" and for n="380". The full thing: Floor[Norm[{Nx/2 - Abs[n - 1. - Nx/2], Nx/2 - Abs[m - 1. - Nx/2]}] $\endgroup$ Commented Oct 18, 2014 at 14:02