Mathematical Assignments with MATLAB
Use the Gram-Schmidt algorithm in MATLAB Exercise 12. Construct a symmetric matrix A by using the following MATLAB commands: A = round(5*rand(6)) A = A+A ¢ a) Compute the coefficients of the characteristic polynomial of A by typing p=poly(A). Find ......