home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / calculus / mathemat / fractals < prev    next >
Encoding:
Text File  |  1991-02-21  |  2.6 KB  |  51 lines

  1. (*^
  2.  
  3. ::[paletteColors = 128; 
  4.     fontset = title, "Helvetica", 24, L1, bold, nohscroll;
  5.     fontset = subtitle, "Helvetica", 10, L1, italic, nohscroll;
  6.     fontset = subsubtitle, "Helvetica", 10, L1, nohscroll;
  7.     fontset = section, "Helvetica", 18, L1, bold, nohscroll;
  8.     fontset = subsection, "Helvetica", 14, L1, bold, nohscroll;
  9.     fontset = subsubsection, "Times", 14, L1, bold, nohscroll, blackBox;
  10.     fontset = text, "Times", 12, L1, nohscroll;
  11.     fontset = smalltext, "Times", 10, L1, nohscroll;
  12.     fontset = input, "Courier", 10, L1, nowordwrap;
  13.     fontset = output, "Courier", 10, L2, nowordwrap;
  14.     fontset = message, "Helvetica", 10, L1, nowordwrap;
  15.     fontset = print, "Helvetica", 10, L1, nowordwrap;
  16.     fontset = info, "Helvetica", 10, L1, nowordwrap;
  17.     fontset = postscript, "Helvetica", 10, L1, nowordwrap;
  18.     fontset = name, "Helvetica", 9, L1, italic, nohscroll;
  19.     fontset = header, "Helvetica", 10, L1, nohscroll;
  20.     fontset = footer, "Helvetica", 10, L1, nohscroll;
  21.     fontset = help, "Helvetica", 10, L1, nohscroll;
  22.     fontset = clipboard, "Helvetica", 10, L1, nohscroll;
  23.     fontset = completions, "Helvetica", 10, L1, nohscroll;
  24.     fontset = network, "Courier", 10, L2, nowordwrap;
  25.     fontset = graphlabel, "Courier", 12, L2, nowordwrap;
  26.     fontset = special1, "Helvetica", 18, L1, bold, nohscroll;
  27.     fontset = special2, "Helvetica", 14, L1, bold, nohscroll;
  28.     fontset = special3, "Times", 14, L1, bold, nohscroll, blackBox;
  29.     fontset = special4, "Helvetica", 10, L1, nohscroll;
  30.     fontset = special5, "Helvetica", 10, L1, nohscroll;]
  31. :[font = title; inactive; noPageBreak; ]
  32. Fractals
  33. :[font = subtitle; inactive; noPageBreak; ]
  34. Joe N. Gregg
  35. :[font = subsubtitle; inactive; noPageBreak; ]
  36. Department of Mathematics
  37. Columbia University 
  38. New York, NY  10027
  39. :[font = subsection; inactive; startGroup; noPageBreak; ]
  40. The Koch Triangle
  41. :[font = text; inactive; noPageBreak; ]
  42. Another example of a fractal set is the Koch triangle.  This figure starts with an equilateral triangle.  At each iteration we replace every line segment in the figure with a broken line segment in four parts of a length that is 1/3 the length of the former line segment. 
  43. :[font = postscript; inactive; PICT; pictureID = 6190; output; pictureWidth = 243; pictureHeight = 223; noPageBreak; center; ]
  44.  
  45. :[font = subsection; inactive; startGroup; noPageBreak; ]
  46. The Henon Map
  47. :[font = text; inactive; noPageBreak; ]
  48. The Henon map is an example of a map in several dimensions (two) that has a strange attractor. 
  49. :[font = postscript; inactive; PICT; pictureID = 15067; output; endGroup; endGroup; pictureWidth = 259; pictureHeight = 193; noPageBreak; thinLines; center; ]
  50.  
  51. ^*)