Q&A for users of Wolfram Mathematica| Mathematica Stack Exchange
I happen to have this collatz collatz[x_, y_] := If[x == 3*y || x == 2*y + 1 || y == 3*x || y == 2*x + 2, 2, 0] So i want a visual 3D adjacency graph of my collatz but it wont display anything wh...| Mathematica Stack Exchange