Math 1070 Matlab Assignment 2 (for those who did the alternative matlab 1) Write a program to compute experimentaly lim (x^p + y^p)^(1/p) p->infinity for x and y positive numbers. Your code should loop for p = 1:10:1000. First, do the computation in the form just shown. Then, to avoid overflow and underflow, use a modified formulation similar to the one at the end of Section 2.2.4 on p. 53. Present the results of the code and a discussion of the results for: a) x = y = 10^10 b) x = y = 10^{-10} c) x = 10^10, y = 10^{-10}