A 2 4 3 5 B 1 8 4 2 Write and execute MATLAB script to perf
       A= (2 4  3 5), B = (1 8  4 2), Write and execute MATLAB script to perform the following:  Calculate A - B  Find the upper triangular of matrix A  Find the inverse of A  Find the determinant of B  Diagonalize the matrix B (use: D = Q^-1.B.Q, where Q is the matrix Eigenvectors of B as columns)  Calculate the 1 -norm, infinity-norm, and Euclidean-norm of B  
  
  Solution
Hey there. The image is not loading. Can u help me with that ?

