|  | UCSC: Porter 34B, Chaos, Fractals, and the Arts, Spring 2009Meeting #9, Thursday 28 May
 NOTEEach team must present its project and project website at the
final exam. This IS the final exam. Attendence is mandatory.
Presentations should be limited to 10 minutes.Assignment 9This assignment is due on Monday June 01 at 10 pm (Green Zone) 
or
Wednesday June 03 at 10:00 pm (Yellow Zone). It is an extension
	of assignment 8. Even if you received full credit for assignment 8,
	you may earn further credit for this assignment by making simple
	improvements on your prior submission.
HW#9A: Improve expo19
	move the corners of the Sierspinski triangle
	replace the dorband variation with a sprott map
	HINT 1: 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.HINT 2: make sure that your functions
		--- evaluated at any u (between 0 and 1)
		and any v (between 0 and 1) ---
 always
		return values between 0 and 1.
 HINT 3: do not use Math.random() in your map
HW#9B. Fill in more of your project website
	Your index page for Porter 34B should include
		a link to a directory for your Final Project
	That directory should include an index page "index.html"
			containing links to each part of your project website
	Each part on the index should have an active link to the web page for that part
	All parts should have draft content: Intro, various Project pages, Conclusion, References
 Revised 4 pm on Thursday 28 May 2009 by Ralph
 |