Question: Problem 1 (Computing the determinant of a matrix by recursion). Take the following sequence of matrices: The general form of these matrices is that (Anh,-VE+
Problem 1 (Computing the determinant of a matrix by recursion). Take the following sequence of matrices: The general form of these matrices is that (Anh,-VE+ . Implement an algorithm (in a programming language or system of your choice) that computes the deter- minant of an n n matrix as a floating point number, and apply it to the sequence of matrices above. Use the algorithm that computes the determinant by expansion along one row or column, and that multiplies the elements of this row or column by the determinant of the corresponding sub-matrix (so-called "matrix minors"). Tabulate the following two pieces of information for n 1,2, until runs take significantly too long to complete: The value of the determinant det(An), The run-time of your algorithm. State the largest size n for which you can compute the determinant of An in under one minute. Submit the program you wrote as part of your answer. (25 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
