Which kind of function is this?

  • Context: Undergrad 
  • Thread starter Thread starter Jarvis323
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Jarvis323
Messages
1,247
Reaction score
988
I'm curious how close someone could get to guessing the functions that generated the data shown below. And also, without looking at the plot, what do you think would be the most interesting looking function of x,y,z you can think of.

A)

function.png


B)

function2.png


C)

function3.png
 
Mathematics news on Phys.org
I'd vote for some 3-D fractal, like this one maybe:
curling_up_by_batjorge-1024-768x768.jpg


edit: I guess this isn't a function though. More like an algorithm. Functions can't be multi-valued, right? Plus maybe you mean 4-D; "a function of x,y,z". Anyway, I like the pictures.
 
Last edited:
Reply
  • Wow
  • Like
Likes   Reactions: Jarvis323 and pinball1970
They're each some functions that combine sinusoidal and the mod function.

It's pretty interesting to me the patterns the come from just taking the remainder.

Each of these are just fmod( i*j*k, r ) for different r.

fmod-3.png

fmod-6.png
mod-8.png

mode2.png


mode.png