% Lab 21 Solutions % Patrick D. Schmid (pds2) % Part 3 % Only show results for c & y a = [1 4 9 16 25]; b=sqrt(a); 5*b; c=[7 6 5 4 3] c.*b y = [a;b] y=transpose(y)