| bio | website | |
|---|---|---|
| location | somewhere in England | |
| age | ||
| visits | member for | 9 months |
| seen | 23 hours ago | |
| stats | profile views | 18 |
Mathematica novice.
My gravatar is an eternal golden braid, made with the following Mathematica code:
Graphics3D[{
GrayLevel[.3], Specularity[White, 15],
Lighting -> {{"Directional",
RGBColor[1, .5, .4], {{5, 5, 10}, {5, 5, 0}}},
{"Point", Yellow, {12, 3, 15}},
{"Point", White, {12, 3, 4}}},
KnotData[{"TorusKnot", {2, 5}}, "ImageData"]},
ViewVector -> {{0, 0, 5}, {0, 0, 0}}, Boxed -> False,
Background -> None, Axes -> False, ImageSize -> 1000]