Question: Write a function file that takes as input a matrix A, and tests whether or not the matrix is (a) square, and (b) diagonally dominant,
Write a function file that takes as input a matrix A, and tests whether or not the matrix is (a) square, and (b) diagonally dominant, reporting the answers on the screen. Show that your code is correct by testing it for a matrix , as well as for cases where a matrix is not diagonally dominant, and not square.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
