Question: matlab. i recognize the answer will differ by hardware, but please give a solid answer for the part about the order of the matrix. provided
2.8. Modify the lutx function so that it uses explicit for loops instead of MATLAB vector notation. For example, one section of your modified program will read % Compute the multipliers for i = k+1:n A(i,k) = A(i,k)/A(k,k); end Compare the execution time of your modified lutx program with the origi- nal lutx program and with the built-in lu function by finding the order of the matrix for which each of the three programs takes about 10 s on your computer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
