Art with a Mathematical Twist 69
Euler points out a story about art created through mathematics. The Science News article covers selections from a recent exhibit, where over 40 artists gathered to show their work and the math behind it. The rest of the pieces are also viewable at the exhibit's website.
"Michael Field, a mathematics professor at the University of Houston, finds artistic inspiration in his work on dynamical systems. A mathematical dynamical system is just any rule that determines how a point moves around a plane. Field uses an equation that takes any point on a piece of paper and moves it to a different spot. Field repeats this process over and over again--around 5 billion times--and keeps track of how often each pixel-sized spot in the plane gets landed on. The more often a pixel gets hit, the deeper the shade Field colors it."
Comment removed (Score:5, Interesting)
Re: (Score:2, Interesting)
Re: (Score:2)
Unfortunately I do not remember his name.
Re: (Score:3, Interesting)
Re: (Score:2, Interesting)
I am a little skeptic about bringing mathematics to music - sometimes it seems to be the end in itself, which it shoul
Re: (Score:1)
Now all you have to do is define "musically interesting". Shouldn't be too hard. After that you can help the AI guys out with a workable definition of either "conciousness" or "intelligence".
Re: (Score:1)
This is a very stretchable defintion and I am very fond of any kind of a mathematical experiment which might provide musical ideas.
Re: (Score:1)
Re: (Score:2, Insightful)
It's not quite that simple.
> So, in this way the exponential is "musically interesting"... take it as "definition through examples" -
> I'll provide more of them if you want.
The point is, it's all subjective. Some people make music using this or that system (improvisation, strict counterpoint, using elements of chance, partly composing but leaving decisions to the performer, algorithmically defined music(w
Re: (Score:2)
Re: (Score:1)
Where are the fractals? (Score:1)
Salvador Dali (Score:2)
Doesn't most art have a mathematical twist? (Score:2, Interesting)
Re: (Score:1)
Re: (Score:2)
Some great examples of mathematical art (Score:5, Informative)
- electricsheep: animated fractal flames: http://www.electricsheep.org/ [electricsheep.org] (I highly recommend running this as your screensaver, though it takes a bit for the first sheep to download)
- Jenn: pretty, shiny, blue(?) polytopes, rendered on your computer: http://www.math.cmu.edu/~fho/jenn/ [cmu.edu]
Anyone have any others?
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2, Informative)
Context Free (Score:5, Informative)
As you can see from the link below, some of the results from this project are stunning.
Context Free Art gallery [contextfreeart.org].
Re: (Score:2, Informative)
via:
http://nedbatchelder.com/blog/200705/chaoscope.html [nedbatchelder.com]
he also mentioned Jenn:
http://nedbatchelder.com/blog/200802/jenn_visualizing_polytopes.html [nedbatchelder.com]
Re: (Score:2)
Re: (Score:1)
http://www.btinternet.com/~ndesprez/faq.htm [btinternet.com]
Processing (Score:4, Informative)
Perhaps the king of all environments (at least in my mind) is Processing [processing.org]. It is a Java based environment created by Ben Fry [benfry.com] and Casey Reas [reas.com]. It's open source, has a huge active community [processing.org], and plenty of 3rd party libraries [processing.org] for exploring things like computer vision, audio, physics, ray tracing, AI, etc.
There are a ton of really talented people doing cool things in Processing. Too many to list here, check out the Exhibition [processing.org] page for things to play around with.
Re: (Score:1)
Re: (Score:1)
I started a web site along these lines--only had time to implement one idea so far. It's an applet that looks at the Mandelbrot set in a different way from the usual approach:
http://platy.org/ [platy.org]
already slashdoted second site (Score:2)
IFS, fractal flames (Score:4, Informative)
Coincidentally, my captcha was "artful".
Re: (Score:2)
Field's book, 'Symmetry in Chaos: A Search for Pattern in Mathematics, Art, and Nature' was released in 1992. He is one of the early mathematicians doing work in iterated symmetric systems.
His work might be unimpressive to you, and Mandelbrot's set might seem old hat, but they were the guys who did the math you borrow..
Re: (Score:1)
Been done (Score:1)
New and yet not new (Score:4, Informative)
Others have pointed out Electric Sheep and Apophysis; these focus on one particular type of non-linear iterated function system, the "fractal flame". There are many other fractal rendering tools out there, some free, some not. Wikipedia has a list if you're interested. This is a medium that has been in constant change for twenty years and doesn't look like it's ready to settle down any time soon.
Re: (Score:2)
Mathematical Music (Score:3, Interesting)
I really wish I remember more details but a few years ago I saw a presentation by a mathematician in which he had a little program that solved some sort of equations. Grr, I'm going to hate myself now for not remembering. Well, regardless the details, it solved something and assigned the solution values specific notes/chords from a piano, so that whenever a value was obtained, the computer played that note. Thus, the time evolution gave a sequence of notes, and so he recorded this sequence.
He played a few excerpts, I tell you what, it sounded like Mozart or Beethoven. Well, certain parts you could pick up a very forced/electronic feel to it, but other parts glided so beautifully that it sounded like a master pianist was playing.
That was an incredible lecture. Perhaps anyone else knows what I speak of? I'd like to find out what program and equations were used, it was fascinating.
Re: (Score:3, Informative)
This is the only kind of art I can do (Score:5, Interesting)
I made a heart out of the sextic (huhhuhhuhhuh) polynomial
(2xx+2yy+zz-1)^3 - xxzzz/10 - yyzzz = 0
and had POV-Ray create a bunch of scene files by rotating this thing through 180 degrees to create an animated heart GIF. [photobucket.com] (This was back in the Dark Ages when the web was full of animated GIFs.) There were probably a thousand other animated hearts out there but this one was mine.
I got the idea to do space filling of the unit sphere with thousands and thousands of small boxes [photobucket.com] or smaller spheres, [photobucket.com] playing around with the lighting to see if I could create something vaguely moonlike [photobucket.com] with inside-out craters. I tried doing this with thousands of hearts [photobucket.com] but got bitten in the ass by a bug in POV-Ray's polynomial rendering code where it trips over a planar singularity in the heart equation, so every little heart ends up with an unromantic slit running across its equator. There were just too many to fix by hand.
The most interesting image from this technique came from a routine that recursively generated spheres, invoking itself six times per sphere to create smaller spheres on the top, bottom, left, right, front, and back, each of which then does the same thing, to a depth of 5 or 6. You end up with a Sierpinski octahedron. [photobucket.com]
All this stuff has been done to death by others. I wish I were good at drawing comics.
Re: (Score:1)
polynomiography (Score:1)
Roman Verostko (Score:3, Interesting)
And of course, you can't forget the grandmaster of algorithmic art: Bach. Bach was a master of counterpoint, and the mathematical beauty of some of his works (e.g., The Art of Fugue) is readily apparent. If he indeed did not generate his works in an algorithmic way, well, that's surprising to me. Listen to Glenn Could play Bach, Partitas 1,2, and 3 [amazon.com] being my favorite...
Re: (Score:2, Informative)
procedural art (Score:2, Interesting)
Slashdot effect (Score:1)
Math and Art? (Score:4, Funny)
Re: (Score:1)
Mathematics with an artistic twist (Score:2)
www.deviantart.com (Score:1)
My own page,
thefusa.deviantart.com
Includes many pieces created with the help of home-grown Java filters and tools.
Escher (Score:1, Informative)
roses (Score:2)
Shadebobs.. (Score:1)
We had shadebobs in the Amiga demoscene back in the 90s.
Good to see oldskool effects making it into the mainstream.
Paul Bourke (Score:2)
It seems nobody has yet mentioned the work of Paul Bourke [uwa.edu.au] (if that name seems familiar, he hosted the POV-Ray short code competition recently featured on Slashdot [slashdot.org]). I'm a fan of his work on fractals [uwa.edu.au] (scroll down, there's a *lot* of stuff on that page), especially slices of four-dimensional Julia sets [uwa.edu.au]. Definitely mathematical art of the highest order.
... well, that is, unless you're a fan of Ken Perlin [nyu.edu] instead ;)
Bathsheba Grossman (Score:1)