Creating a certain image (3D shadows, highlighted intersections)
How to stop auto loading of previously opened notebooks
Visualising a 1-(50,15,15) design
Creating a certain image (3D shadows, highlighted intersections) I would like to learn how to code within Mathematica the following picture: I tried using planarShadow[x_, direction_, normal_, darkShadow_: True] := Module[{d, n}, d = Normalize[direction]; ...
- asked by boldbrandywine 5votes How to stop auto loading of previously opened notebooks I'm trying to prevent Mathematica from opening previously opened notebooks when I start it up. I'm using version 10.0.0.0 on Mac OS X Yosemite. I've dug around in the preferences, and have tried ...
- asked by Peter Wills 2votes Visualising a 1-(50,15,15) design http://mathematica.stackexchange.com/questions/92605/visualising-a-1-50-15-15-design
The problem I have is the visualisation of a $1-(50,15,15)$ design. That is a set of $50$ points and $50$ blocks (lines), so that each point is on $15$ lines, and each line contains $15$ points. My ...
- asked by user32681 4votes —