Visualization with MathematicaMathematica makes it easy to create stunning visual images.
Mathematica can also generate sound.
For more examples of sounds, look at the Sound Gallery. Mathematica includes primitives from which you can build up 2D and 3D graphics of any complexity.g=Flatten[Table[Point[{p/q,Denominator[p/q]}],{q,100},{p,q-1}]]; Take[%,5] {Point[{12,2}],Point[{13,3}],Point[{23,3}],Point[{14,4}],Point[{12,2}]}
g=Flatten[Table[If[BitAnd[x,y,z]⩵0,Cuboid[{x,y,z}],{}],{x,0,15},{y,0,15},{z,0,15}]];
Mathematica lets you produce animated movies as well as static graphics.
Mathematica has made possible many new kinds of scientific, technical and artistic images. Follow these links to see more examples:
2D Graphics
3D Graphics
Art Images
Animations
Diagrams and Objects
|