#ATTENDANCE QUIZ FOR LECTURE 10 of Dr. Z.'s Math336 Rutgers University # Please Edit this .txt page with Answers #Email ShaloshBEkhad@gmail.com #Subject: p10 #with an attachment called #p10FirstLast.txt #(e.g. p10DoronZeilberger.txt) #Right after attending the lecture, but no later than 4:00pm that day LIST ALL ATTENDANCE QUESTIONS AND THEIR ANSWERS 1. Who made fractals a household name? Benoit Mandelbrot 2. For the example we did in class: find the eigenvectors. Iterate it many times. Take V=[1;1] For lamda = 1/2, v = [3/4, 1] For lamda = 3/4, v = [2/3, 1] AV = [0, -1/4] A^2V = [-3/8, -11/16] A^3V = [-15/32, -49/64] A^4V = [-57/128, -179/256]