|
UCSC: Porter 34B, Chaos, Fractals, and the Arts, Spring 2009
Meeting #8, Thursday 21 May
Assignment 8
This assignment is due on Monday May 25 at 10 pm (Green Zone)
or
Wednesday, 27 May, at 10:00 pm (Yellow Zone).
- HW#8A: Improve expo19
- move the corners of the Sierspinski triangle
- replace the dorband variation with a sprott map
- HINT: Replace the lines in expo19.js:
//// here is the dorband map
function dorbandu(u, v) {
return (1 - c) * u + 4 * c * v * (1 - v);
};
function dorbandv(u, v) {
return (1 - c) * v + 4 * c * u * (1 - u);
};
with your own map.
- HW#8B. Fill in some of your project website
- Update the index page of your project (HW#7A)
- Each part on the index should have an active link to the web page for that part
- These parts should have draft content: Intro, Conclusion, References
Revised 1 pm on Sunday 24 May 2009 by Ralph
|